* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --teal: #20b2aa;
    --orange: #ff6b35;
    --purple: #6b46c1;
    --blue: #2563eb;
    --light-blue: #60a5fa;
    --text-dark: #1f2937;
    --bg-color: #fefefe;
    --khaki: #c4a484;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--bg-color);
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Page wrapper to center everything */
.page-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

/* Content container - holds all components */
.content-container {
    position: relative;
    width: 1500px;
    height: 753px;
    max-width: 90vw;
    max-height: 90vh;
}

/* Top Left - Branding */
.branding {
    position: absolute;
    top: 108px;
    left: 50px;
    z-index: 10;
    width: 465px;
    height: 178px;
}

.logo-image {
    width: 465px;
    height: 178px;
    display: block;
    object-fit: contain;
}


.logo-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-dark);
    text-transform: lowercase;
    letter-spacing: 0.02em;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.logo-arabic {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Middle Left - Main Message */
.main-message {
    position: absolute;
    top: 365px;
    left: 45px;
    z-index: 10;
    width: 457px;
    height: 302px;
}

.message-title {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0.04em;
    vertical-align: middle;
    color: #8548A8;
}

/* Center - Mascot */
.mascot-container {
    position: absolute;
    top: 59px;
    left: 388px;
    z-index: 5;
    width: 759px;
    height: 759px;
}

.mascot {
    width: 759px;
    height: 759px;
    display: block;
    object-fit: contain;
}

/* Top Right - Coming Soon */
.coming-soon {
    position: absolute;
    top: 220px;
    left: 883px;
    z-index: 10;
    width: 616.83251953125px;
    height: 466px;
    text-align: center;
}

.coming-soon-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.coming {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-align: center;
    vertical-align: middle;
    color: #8548A8;
    margin-top:  85px;
}

.soon {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-align: center;
    vertical-align: middle;
    color: #2A8AD2;
}

/* Stars - positioned relative to coming-soon container */
.star {
    position: absolute;
    z-index: 15;
    display: block;
 }

/* Coming-soon container is at top: 220px, left: 883px */
/* Calculate relative positions: star_position - container_position */

.star-orange.star-1 {
    width: 32px;
    height: 32px;
    top: 314px; /* moved up 15px more */
    left: 202.83px; /* 1085.83 - 883 */
    transform: rotate(-15deg);
}

.star-orange.star-2 {
    width: 32px;
    height: 32px;
    top: 216px; /* moved up 15px more */
    left: 436.83px; /* 1319.83 - 883 */
    transform: rotate(20deg);
}

.star-orange.star-3 {
    width: 32px;
    height: 32px;
    top: 152px; /* moved up 15px more */
    left: 345.83px; /* 1228.83 - 883 */
    transform: rotate(-10deg);
}

.star-orange.star-4 {
    width: 43.37px;
    height: 34.88px;
    top: 74.73px; /* moved up 15px more */
    left: 132.5px; /* 1015.5 - 883 */
    transform: rotate(15deg);
}

.star-green.star-1 {
    width: 32px;
    height: 30px;
    top: 206px; /* moved up 15px more */
    left: 147.83px; /* 1030.83 - 883 */
    transform: rotate(12deg);
}

.star-green.star-2 {
    width: 32px;
    height: 32px;
    top: 301px; /* moved up 15px more */
    left: 374.83px; /* 1257.83 - 883 */
    transform: rotate(-18deg);
}

.star-green.star-3 {
    width: 32px;
    height: 32px;
    top: 78px; /* moved up 15px more */
    left: 413.83px; /* 1296.83 - 883 */
    transform: rotate(25deg);
}

/* Bottom Left - Contact */
.contact-section {
    position: absolute;
    top: 620px;
    left: 62px;
    z-index: 10;
    width: 374px;
}

.contact-hint {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 16px 0;
    line-height: 1.5;
    max-width: 374px;
}

.contact-form {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 60px;
    align-items: center;
}

.contact-input {
    flex: 1;
    background-color: white;
    border: 2px solid #2A8AD2;
    border-radius: 30px;
    padding: 0 20px;
    height: 60px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.contact-input::placeholder {
    color: #9ca3af;
    font-weight: 500;
    opacity: 0.8;
}

.contact-input:focus {
    border-color: #1e6bb8;
    border-width: 3px;
    box-shadow: 0 0 0 3px rgba(42, 138, 210, 0.1);
}

.contact-input:hover {
    border-color: #1e6bb8;
}

.contact-submit {
    background-color: #2A8AD2;
    border: none;
    border-radius: 30px;
    padding: 0 24px;
    height: 60px;
    color: white;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    white-space: nowrap;
    box-sizing: border-box;
    min-width: 90px;
}

.contact-submit:hover {
    background-color: #1e6bb8;
    transform: scale(1.02);
}

.contact-submit:active {
    transform: scale(0.98);
}

/* Responsive Design */
@media (max-width: 1600px) {
    .content-container {
        transform: scale(0.9);
        transform-origin: center;
    }
}

@media (max-width: 1400px) {
    .content-container {
        transform: scale(0.8);
        transform-origin: center;
    }
}

@media (max-width: 1200px) {
    .content-container {
        transform: scale(0.7);
        transform-origin: center;
    }
}

@media (max-width: 1024px) {
    .content-container {
        transform: scale(0.6);
        transform-origin: center;
    }
}

@media (max-width: 768px) {
    .page-wrapper {
        padding: 1.5rem;
    }
    
    .content-container {
        transform: scale(0.5);
        transform-origin: center;
    }
}

@media (max-width: 480px) {
    .page-wrapper {
        padding: 1rem;
    }
    
    .content-container {
        transform: scale(0.4);
        transform-origin: center;
    }
}
