@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&family=Gugi&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Gugi&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Gugi&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

:root {
    --color: #ffffff80;
    --bg-color: #0a0a0a;
    --border-color: #ffffff20;
    --btn-hover-color: #ffffff1f;
}

* {
    box-sizing: border-box;
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, Roboto Mono, Menlo, Monaco, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
    font-optical-sizing: auto;
    font-style: normal;
    
    scrollbar-width: thin;
}

/* Render login state UI without flickering */
#guest-nav,
#user-nav {
    display: none;
}

html.logged-out #guest-nav {
    display: flex;
}

html.logged-in #user-nav {
    display: flex;
}

#login-google {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 8px 16px;
    border: 1px solid var(--border-color);
    background: var(--btn-hover-color);
    color: #ffffff;
    text-wrap: nowrap;

    border-radius: 8px;
    font-size: 15px;
    font-weight: 300;
    /* text-transform: uppercase; */
    line-height: 24px;
}

#login-google:hover {
    background-color: hsla(0, 2%, 80%, 0.233);
    /* background-color: hsl(0, 1%, 80%); */
    /* background-color: hsla(0, 0%, 100%, 0.749); */
}

@media (max-width: 400px) {
    #login-google {}
}

html {
    position: relative;
    color: var(--color);

    scroll-behavior: smooth;

    /* --font-geist-mono: "Geist Mono", ui-monospace, SFMono-Regular, Roboto Mono, Menlo, Monaco, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; */
}

body {
    margin: 0;
    background: var(--bg-color);
    /* font-family: var(--font-geist-mono); */
}

button {
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    font: inherit;
    border-radius: 0;
    appearance: none; // Just in case we missed anything.
}

h2 {
    margin: 60px 0;
    width: 750px;
    font-family: "Geist", sans-serif;
    font-size: 80px;
    font-weight: 350;
    line-height: 80px;
    background-clip: text;
    text-wrap: balance;
    color: transparent;
    /* background-image: linear-gradient(to right, hsl(122, 38%, 18%) , hsl(0, 0%, 91%)); */
    background-image: linear-gradient(to right, hsl(0, 0%, 22%), hsl(0, 0%, 91%));
    /* background-image: linear-gradient(to right, hsl(0 0% 100% /0.2) , hsl(0, 0%, 91%)); */
    /* background-image: linear-gradient(to right, hsl(122, 38%, 18%) , hsl(205, 100%, 84%)); */
}

span {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
}

a {
    text-decoration: none;
    color: var(--color);
    /* font-family: var(--font-geist-mono);
    color: #ffffff80;
    font-optical-sizing: auto;
    font-style: normal; */
}

hr {
    height: 1px;
    width: 50%;
    background: var(--border-color);
    border: 0;
}

.hidden {
    display: none !important;
}

.filler {
    width: 10px;
    height: 10px;
    margin-top: 40px;
}

.spacer {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, transparent, #fff, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.line-spacer {
    height: 1px;
    width: 100%;
    border: 0.5px solid var(--border-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.link {
    position: relative;
    /* border-bottom: 1.5px solid var(--color); */
    text-wrap: nowrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 0;
    margin: 8px 16px;
    color: var(--color);
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
}

.link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: var(--color);
    transition: bottom 0.2s ease;
}

.link:hover::after {
    bottom: 1.5px;
}

.btn-btn {
    text-wrap: nowrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid var(--color);
    color: #ffffff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.btn-btn:hover {
    background-color: var(--btn-hover-color);
}

.btn-border {
    text-wrap: nowrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid var(--color);
    color: #ffffff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
}

.btn-border:hover {
    background-color: var(--btn-hover-color);
}

.btn-full {
    text-wrap: nowrap;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    color: var(--bg-color);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
}

.btn-full:hover {
    background-color: hsl(0, 1%, 80%);
    /* background-color: hsla(0, 0%, 100%, 0.749); */
}

.btn-border svg,
.btn-full svg {
    width: 24px;
    height: 24px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 100;
}

.nav-cont {
    width: 100%;
}

nav {
    position: relative;
    /* z-index: 2; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;

    backdrop-filter: blur(3px);
    border-radius: 50px;
    border: 0.5px solid var(--border-color);
    padding: 4px 10px;
}

nav a {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-wrap: nowrap;
    padding: 4px 0;
}

nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: var(--color);
    opacity: 0;
    transition: bottom 0.2s ease, opacity 0.2s ease;
}

nav a:hover::after {
    bottom: 0px;
    opacity: 1;
}

.no-after::after {
    height: 0px;
}

nav ul {
    width: 100%;
    list-style-position: inside;
    list-style-type: none;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 200;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

#icon {
    margin-left: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#icon #earth-icon {
    /* width: 40px;
    height: 40px;
    border: 1.5px solid var(--color);
    border-radius: 50%; */

    width: 40px;
    height: 40px;
    border: 1.5px solid #ffffff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#icon #earth-icon #moon {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transform: translate(5px, -7px);
}

#icon #earth-icon #earth {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-11px, 2px);
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    background: var(--bg-color);
    border-radius: 50%;
}

#icon span {
    color: #ffffff;
    transform: translateY(1px);
    font-family: "Gugi", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 4px 8px;
}

.nav-add-btn {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px; */
}

.nav-add-btn a {}

.nav-button-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.main-cont {
    position: relative;
    /* margin-top: 300px; */
}

.inner-cont {}

.sect1 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;
}

.sect1 .pre-h2-txt {
    margin-top: 60px;
    font-weight: 200;
}

.sect1 h2 {
    margin: 30px 0 60px;
    /* width: 750px;
    font-family: "Geist", sans-serif;
    font-size: 80px;
    font-weight: 350;
    line-height: 80px;
    background-clip: text;
    text-wrap: balance;
    color: transparent;
    background-image: linear-gradient(to right, hsl(0, 0%, 22%) , hsl(0, 0%, 91%)); */

    /* background-image: linear-gradient(to right, hsl(122, 38%, 18%) , hsl(0, 0%, 91%)); */
    /* background-image: linear-gradient(to right, hsl(0 0% 100% /0.2) , hsl(0, 0%, 91%)); */
    /* background-image: linear-gradient(to right, hsl(122, 38%, 18%) , hsl(205, 100%, 84%)); */
}

.btn-cont {}

.demo-link-btn-cont {
    display: inline-block !important;
}

#map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
}

#east {
    height: 120%;
    width: auto;
    position: absolute;
    left: 100%;
    bottom: 50%;
    z-index: -1;

    transform: translate(-70%, 60%);
}

#west {
    height: 120%;
    width: auto;
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: -1;

    transform: translate(-35%, 60%);
}

/* #east {
    width: 52%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 50%;
    z-index: -1;

    transform: translate(10%, 60%);
}
#west {
    width: 52%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: -1;

    transform: translate(-10%, 60%);
} */

.sect2 {
    /* height: 120vh; */
    position: relative;

    padding: 60px 0 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.demo-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demo-title h2 {
    margin-bottom: 20px;
}

.demo-title .demo-text {
    max-width: 500px;
    text-transform: initial;
    font-weight: 200;
    line-height: 26px;
}

.demo-switcher-cont {
    border: 1px solid var(--border-color);
    border-radius: 40px;
    padding: 6px 8px;
    margin-top: max(7%, 40px);
}

.demo-switcher {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.demo-switcher div {
    padding: 8px 16px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid transparent;
}

.demo-switcher div:hover {
    border: 1px solid var(--border-color);
}

.demo-switcher .active {
    background: var(--btn-hover-color);
    border: 1px solid var(--border-color);
}

.video-cont {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin-top: max(3.5%, 20px);
}

/* This is the magic that makes the video responsive */
.video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

    border-radius: 40px;
    border: 1px solid var(--border-color);
}

.video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-cont .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    border-radius: 40px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-cont .cover .player {
    height: 80px;
    width: 80px;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.video-cont .cover:hover .player {
    transform: scale(1.2);
}

.video-cont .cover .player svg {
    width: 24px;
    height: 24px;
}

/*
    If the text looks too small on wide screens, you can change
    preserveAspectRatio to "xMidYMid slice" to crop but fill the area.
*/
#tellus-big {
    width: 100%;
    height: auto;
    /* position: absolute;
    left: 0;
    bottom: 0; */
    transform: translateY(25%);
    z-index: -1;
}

#tellus-big text {
    font-family: "Gugi", sans-serif;
    font-size: 300;
    stroke: var(--border-color);
    letter-spacing: -10px;
    /* letter-spacing: -50px; */
    /* font-family: Arial; */
}

/* #tellus-big {
    position: absolute;
    left: 0;
    bottom: -100px;
    letter-spacing: -80px;
    color: var(--bg-color);
    paint-order: stroke fill;
    z-index: -1;
}
#tellus-big text {
    font-family: "Gugi", sans-serif;
    font-size: 300;
    stroke: #ffffff30;
} */

.sect3 {
    min-height: 100vh;
    padding: 60px 0 60px;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sect3 h2 {
    width: initial;
    text-align: center;
}

.price-cont {
    width: 100%;
    max-width: 1100px;
    padding: 24px;
    margin-bottom: 120px;
}

.price-cont .price-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price-cont .price-item {
    width: 100%;
    padding: 40px 24px;
    /* padding: 40px 24px; */
    border-left: 1px solid var(--border-color);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-cont .price-item .price-inner-cont {
    color: var(--color);
}

.price-cont .price-item .price-title {
    font-size: 36px;
    font-weight: 200;
    color: #ffffff;
}

.price-cont .price-item ul {
    margin: 0;
    padding: 0 0 0 24px;
    list-style-position: outside;
    /* list-style-type: none; */
}

.price-cont .price-item ul li {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 200;
}

.price-cont .price-inner-cont {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.price-cont .title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.price-cont .price-price {
    font-size: 24px;
    font-weight: 200;
}

.price-cont .price-price span {
    font-size: 14px;
    text-transform: lowercase;
}

.price-cont .subscribe-btn-cont svg {
    height: 18px;
    width: 18px;
}

.asterisk {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.asterisk span {
    font-size: 12px;
}

.sect4 {
    /* height: 80vh; */
    position: relative;
}

.footer-btn {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

footer {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-size: 14px;
}

footer a {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    text-wrap: nowrap;
}

footer a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: var(--color);
    opacity: 0;
    transition: bottom 0.2s ease, opacity 0.2s ease;
}

footer a:hover::after {
    bottom: -2px;
    opacity: 1;
}

#earth-silhouette {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    /* transform: translateY(25%); */
    z-index: -1;
}


















/* --- ADD THESE STYLES TO THE END OF YOUR EXISTING style.css --- */

/* --- Auth Page & Dashboard Styles --- */

.main-auth {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 24px 24px;
    /* Add padding for the fixed header */
}

.auth-card {
    max-width: 420px;
    width: 100%;
    background: #0000001f;
    /* A very subtle background */
    backdrop-filter: blur(5px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.auth-card h1 {
    font-family: "Geist", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    background-clip: text;
    color: #fff;
    text-align: center;
    margin: 0;
    background-image: none;
    /* Override the gradient from h2 */
}

.auth-card p {
    color: var(--color);
    text-align: center;
    line-height: 1.6;
    margin: -10px 0 0;
    font-size: 14px;
}

.auth-card .form-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.auth-card input {
    background: transparent;
    border: 1px solid var(--border-color);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    font-family: "Geist Mono", monospace;
    transition: border-color 0.2s ease;
}

.auth-card input:focus {
    outline: none;
    border-color: #ffffff80;
}

.auth-card input::placeholder {
    color: #ffffff50;
}

.auth-card .btn-full {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
}

.auth-card .links {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
}

.auth-card .links a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--border-color);
    transition: text-decoration-color 0.2s ease;
}

.auth-card .links a:hover {
    text-decoration-color: #fff;
}

/* Base styles for BOTH message types */
.auth-card .error-message,
.auth-card .success-message {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -5px;
    text-wrap: balance;
}

/* Specific styles for the error message */
.auth-card .error-message {
    color: #ff8a8a;
    background: #ff41412a;
    border: 1px solid #ff414180;
}

/* Specific styles for the success message */
.auth-card .success-message {
    color: #a1ffb4;
    background: #41ff6a2a;
    border: 1px solid #41ff6a80;
}

/* --- Dashboard Specific Styles --- */

.visibility-hidden {

}
.move-transition {
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.move-transition-dist {
    transform: translateY(40px);
    opacity: 0;
}


.dashboard-cont {
    padding: 120px 80px 60px;
    /* Top padding for header */
}

.dashboard-cont h1 {
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-weight: 350;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, hsl(0, 0%, 50%), hsl(0, 0%, 91%));
    margin: 0 0 10px 0;
}

.dashboard-cont p {
    font-size: 16px;
    color: var(--color);
    margin-bottom: 40px;
}

.dashboard-cont #user-email-nav {
    font-size: 16px;
    text-transform: initial;
    background: var(--border-color);
    padding: 4px 8px;
    border-radius: 4px;
}

.dashboard-cont #renews-on {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* .dashboard-cont #renews-on span {
    margin-left: 5px;
} */

.widget-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.widget {
    /* background: #0000001f; */
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
    min-height: 200px;
}

.widget h3 {
    font-family: "Geist", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 16px 0;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
}








/* --- ADD THESE STYLES TO THE END OF YOUR EXISTING style.css --- */

/* --- Static/Legal Page Styles --- */
.static-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 24px 60px;
    /* Top padding for fixed header */
}

.static-content h1 {
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-weight: 350;
    line-height: 1.2;
    background-clip: text;
    color: #fff;
    margin: 0 0 40px 0;
    background-image: none;
    /* Override default gradient for readability */
}

.static-content h2 {
    font-family: "Geist", sans-serif;
    font-size: 24px;
    font-weight: 400;
    background-clip: text;
    color: #e0e0e0;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    background-image: none;
    /* Override default gradient for readability */
}

.static-content p,
.static-content li {
    font-family: "Geist", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: var(--color);
}

.static-content ul,
.static-content ol {
    padding-left: 24px;
}

.static-content a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--border-color);
    transition: text-decoration-color 0.2s ease;
}

.static-content a:hover {
    text-decoration-color: #fff;
}

.static-content pre {
    background-color: #00000033;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    color: #ffffffa0;
}

















/* --- ADD THESE RESPONSIVE STYLES TO THE END OF style.css --- */

/* --- Mobile Navigation (Hamburger Menu) --- */
#menu-toggle {
    display: none;
    /* Hidden on desktop */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

#menu-toggle .hamburger-line {
    width: 30px;
    height: 2px;
    background: var(--color);
    border-radius: 10px;
    transition: all 0.3s linear;
}

#close-menu {
    height: 24px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}

#close-menu path {
    fill: var(--color);
}

/* --- Media Queries for Responsiveness --- */

/* For Tablets and smaller desktops (<= 1024px) */
@media (max-width: 1024px) {
    h2 {
        font-size: 64px;
        line-height: 1.1;
    }

    .sect1 {
        padding: 0 60px;
    }

    .sect1 h2 {
        width: auto;
        /* Remove fixed width */
        max-width: 650px;
    }

    #east {
        height: 100%;
    }

    #west {
        height: 100%;
    }

    .price-cont {
        max-width: 900px;
    }

    .price-cont .price-item {
        padding: 30px 20px;
    }
}

/* For Tablets and smaller desktops (<= 1024px) */
@media (max-width: 940px) {
    #east {
        height: 80%;
    }

    #west {
        height: 80%;
    }
}

@media (max-width: 880px) {
    nav ul li:first-of-type {
        display: none;
    }
}

/* For Tablets in portrait mode and large phones (<= 768px) */
@media (max-width: 768px) {

    /* --- Global Adjustments --- */
    h2 {
        font-size: 48px;
    }

    .sect1 {
        padding: 0 30px;
        justify-content: flex-start;
        /* Align hero content to top */
        padding-top: 150px;
        /* Add space for header */
        min-height: 80vh;
    }

    /* --- Header & Navigation --- */
    nav {
        flex-wrap: wrap;
        /* Allow items to wrap if needed */
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }

    #menu-toggle {
        display: flex;
        /* Show the hamburger button */
    }

    nav ul,
    .nav-add-btn {
        display: none;
        /* Hide nav links and buttons by default */
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        padding: 20px 0;
        background: #0a0a0acc;
        /* Semi-transparent background */
        backdrop-filter: blur(10px);
        border-top: 1px solid var(--border-color);
        margin-top: 10px;
    }

    .mobile-menu-top {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .nav-open {
        background: var(--bg-color);
        gap: 16px
    }

    .nav-open .mobile-menu-top {
        width: 100%;
        margin-top: 20px;
    }

    .nav-open .icon-cont {
        width: 100%;
    }

    .nav-open #menu-toggle {
        display: none;
    }

    .nav-open #close-menu {
        display: block !important;
    }

    .nav-open ul {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* This class will be toggled by JavaScript */
    .nav-open ul,
    .nav-open .nav-add-btn {
        display: flex;
    }

    .nav-add-btn {
        flex-direction: column;
    }

    /* --- Hero Section 1 --- */
    .btn-cont {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .btn-cont a {
        margin: 0 !important;
        /* Reset margins */
    }

    .demo-link-btn-cont {
        padding-left: 14px;
    }

    #east {
        height: 90%;
    }

    #west {
        height: 90%;
    }

    /* --- Demo Section 2 --- */
    .video-cont {
        width: 90%;
    }

    #tellus-big {
        transform: translateY(15%);
    }

    /* --- Pricing Section 3 --- */
    .price-cont .price-list {
        flex-direction: column;
        gap: 20px;
    }

    .price-cont .price-item {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--border-color);
    }

    .price-cont .price-item:first-child {
        border-top: none;
    }

    .price-cont .title {
        align-items: center;
        text-align: center;
    }

    .price-cont .price-item .subscribe-btn-cont {
        display: flex;
        justify-content: center;
    }

    .asterisk {
        padding: 0 20px;
        text-align: center;
    }

    /* --- Footer Section 4 --- */
    .footer-btn h2 {
        font-size: 36px;
    }

    footer {
        flex-direction: row;
        gap: 20px;
        text-align: center;
        bottom: 12%;
    }

    footer a {
        font-size: 11px;
    }
}


@media (max-width: 640px) {
    #east {
        height: 70%;
    }

    #west {
        height: 70%;
    }

    .price-cont .price-item {
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
    }

    .price-cont .price-item:first-child {
        border-top: 1px solid var(--border-color);
        border-bottom: none;
    }

    .price-cont .price-item:last-child {
        border-top: none;
    }
}


/* For most mobile phones (<= 480px) */
@media (max-width: 480px) {

    /* --- Global Adjustments --- */
    h2 {
        font-size: 40px;
    }

    .sect1 {
        padding: 0 24px;
        padding-top: 120px;
    }

    /* Hide the complex decorative map on smaller screens */
    #east {
        transform: translate(-100%, 60%);
    }

    #west {
        display: none;
    }

    /* --- Demo Section 2 --- */
    .title .demo-text {
        max-width: 90%;
    }

    .video-cont {
        width: 100%;
        margin-top: 20px;
    }

    .video-frame {
        border-radius: 20px;
        /* Smaller radius for smaller screen */
    }

    .video-cont .cover {
        border-radius: 20px;
    }

    /* --- Pricing Section 3 --- */
    .sect3 {
        padding: 60px 24px;
    }

    .price-cont {
        margin-bottom: 80px;
    }

    /* --- Pricing Section 3 --- */

    /* Hide the huge text SVG and the earth silhouette on very small screens to save space */
    #tellus-big,
    #earh-silhouette {
        /* display: none; */
    }

    footer a {
        font-size: 10px;
    }
}









/* --- 404 Error Page Styles --- */
.error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    padding: 24px;
}

.error-container .error-code {
    font-family: "Geist", sans-serif;
    font-weight: 300;
    font-size: 240px;
    line-height: 1;
    margin: 0;
    /* Using the same cool gradient as your h2 elements */
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, hsl(0, 0%, 22%), hsl(0, 0%, 91%));
}

.error-container .error-message-text {
    font-family: "Geist Mono", monospace;
    font-size: 18px;
    color: var(--color);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* --- Responsiveness for the 404 Page --- */
@media (max-width: 768px) {
    .error-container .error-code {
        font-size: 180px;
    }
}

@media (max-width: 480px) {
    .error-container .error-code {
        font-size: 120px;
    }

    .error-container .error-message-text {
        font-size: 16px;
    }
}







/* CSS Load Spinner */

.loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid var(--bg-color);
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





/* Data Skeleton */

@keyframes dataSkeleton {
    to {
        transform: translate(100%)
    }
}

.data-skeleton-cont {
    display: inline-flex;
    align-items: center;
    line-height: 0
}

.data-skeleton {
    position: relative;
    overflow: hidden;
    flex: 1;
    flex-shrink: 0;
    height: 1em;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .1);
    background-color: color-mix(in srgb, transparent, var(--color) 7%)
}

.data-skeleton:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: dataSkeleton 1.2s infinite;
    animation-timing-function: linear;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .02) 20%, rgba(255, 255, 255, .05) 60%, rgba(255, 255, 255, 0));
    /* background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 20%, rgba(255, 255, 255, .25) 60%, rgba(255, 255, 255, 0)); */
    /* background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0)); */
    content: "";
    transform: translate(-100%)
}

:where([data-theme=dark]) .data-skeleton {
    background-color: rgba(255, 255, 255, .07);
    background-color: color-mix(in srgb, transparent, var(--color) 7%)
}

:where([data-theme=dark]) .data-skeleton:after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .024) 45%, rgba(255, 255, 255, .024) 55%, rgba(255, 255, 255, 0))
}



























/* --- Enhanced Dashboard Styles --- */

/* --- Tabbed Dashboard Layout --- */
.dashboard-cont {
    padding: 0;
    margin: 0;
    height: 100vh;
    padding-top: 95px;
    /* Height of your fixed header (nav:55px + margin:20px + buffer:20px) */
    overflow: hidden;
    /* Prevent body scroll */
}

.dashboard-cont main {
    display: flex;
    height: 100%;
}

aside {
    width: 260px;
    flex-shrink: 0;
    height: 100%;
    background: var(--bg-color);
    /* Matches body background */
    /* border-right: 1px solid var(--border-color); */
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.aside-body {
    flex-grow: 1;
    /* Allows footer to stick to bottom */
    overflow-y: auto;
    /* Enables scrolling for tabs if needed */
}

.aside-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aside-footer {
    flex-shrink: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.tab-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color);
    text-transform: none;
    /* Override default button styles */
    letter-spacing: normal;
    border-radius: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tab-btn:hover {
    background-color: var(--btn-hover-color);
    color: #fff;
}

.tab-btn.active {
    background-color: #282828;
    color: #fff;
}

.help-btn {
    width: 100%;
}

.tab-btn svg {
    display: none;
}

/* --- Main Dashboard View --- */
.dashboard-main-view {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: calc(100% - 10px);
    overflow-y: auto;
    /* The main content area scrolls */
    background-color: #1a1a1a;
    /* background-color: #202123; */
    /* background-color: #111; */
    margin: 0 10px 0 0;
    border: 1px solid #ffffff10;
    /* border: 1px solid var(--border-color); */
    border-radius: 12px;
}

.dash-header {
    padding: 24px 32px;
    border-bottom: 1px solid var(--bg-color);
    flex-shrink: 0;
}

.dash-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    background: none;
    /* Override default gradient */
}

.dash-body {
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.dashboard-tab-content {
    display: none;
    /* Hidden by default */
    flex-direction: column;
    gap: 24px;

    width: 100%;
    max-width: 900px;
    padding-left: auto;
    padding-right: auto;
}

.dashboard-tab-content.active {
    display: flex;
    /* Shown when active */
}

/* Re-using previous widget styles */
.widget {
    background: var(--bg-color);
    /* background: var(--bg-color); */
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 24px;
    /* width: 100%; */
    /* max-width: 700px; */
}

.widget h3 {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    margin: 0 0 24px 0;
    font-size: 20px;
}

.widget .plan-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget .plan-details p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: "Geist", sans-serif;
}

.progress-bar-container {
    width: 100%;
    height: 12px;
    background-color: #282828;
    border-radius: 6px;
    overflow: hidden;
    margin: 16px 0 8px;
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #aaa, #fff);
    border-radius: 6px;
    transition: width 0.5s ease-out;
}

.usage-subtext {
    font-size: 14px;
    color: var(--color);
    /* margin: 8px 0 0 !important; */
}

.billing-info {
    font-size: 16px !important;
    color: var(--color) !important;
    margin: 0 0 24px 0 !important;
}

.billing-info strong {
    font-size: 20px;
    font-family: "Geist", sans-serif;
    color: #fff;
}

.settings-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.settings-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.settings-list li a:hover {
    color: var(--color);
}

.settings-list li {
    border-bottom: 1px solid var(--border-color);
}

.settings-list li:last-child {
    border-bottom: none;
}

/* Profile Tab styles */
.profile-detail {
    margin-bottom: 16px;
}

.profile-detail span {
    font-size: 12px;
    color: var(--color);
    text-transform: uppercase;
}

.profile-detail p {
    font-size: 16px !important;
    color: #fff !important;
    margin: 4px 0 0 !important;
}

.danger-zone {
    border-color: #ff414180;
    background-color: #ff41411a;
}

.danger-zone h3 {
    border-color: #ff414180;
    color: #ff8a8a;
}

.danger-zone-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.danger-zone-item p {
    margin: 4px 0 0 0 !important;
    font-size: 14px !important;
}

.btn-danger {
    display: inline-flex;
    background-color: transparent;
    border: 1px solid #ff8a8a;
    color: #ff8a8a;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 8px;
}

.btn-danger:hover {
    background-color: #ff41412a;
    color: #fff;
    border-color: #ff8a8a;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    aside {
        width: 68px;
        /* Collapse sidebar to icon-only view */
    }

    .tab-btn {
        position: relative;
        font-size: 0;
        gap: 0;
    }

    .help-btn {
        font-size: 0;
        gap: 0;
    }

    .tab-btn svg {
        display: block;
        margin: 0 auto;
    }

    .help-btn svg {
        margin: 0 auto;
    }

    aside .tab-btn,
    aside .help-btn {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .dashboard-cont {
        padding-top: 80px;
        /* Adjust for potentially wrapped mobile nav */
    }

    .dashboard-cont main {
        flex-direction: column;
    }

    aside {
        width: 100%;
        height: auto;
        flex-direction: row;
        border-right: none;
        padding: 8px;
    }

    .aside-body {
        flex-grow: 1;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .aside-nav {
        flex-direction: row;
        gap: 4px;
    }

    .aside-footer {
        border-top: none;
        padding-top: 0;
        border-left: 1px solid var(--border-color);
        padding-left: 8px;
    }

    .tab-btn {
        width: auto;
        padding-left: 40px !important;
        padding-right: 40px !important;
        /* font-size: 14px; */
        /* Bring back text */
    }

    .help-btn {
        /* display: none; */
        /* Hide help button on smallest screens to save space */
    }

    /* .tab-btn svg {
        display: block;
        margin: 0 auto;
    }

    .help-btn svg {
        margin: 0 auto;
    } */

    .dashboard-main-view {
        margin: 0 10px 10px;
    }

    .dash-header,
    .dash-body {
        padding: 24px;
    }
}

@media (max-width: 554px) {
    .tab-btn {
        width: auto;
        padding-left: 20px !important;
        padding-right: 20px !important;
        /* font-size: 14px; */
        /* Bring back text */
    }
}


/* .dashboard-cont {
    background: transparent;
    margin: calc(55px + 2 * 20px) 0 0;
    padding: 0;
}

.dashboard-cont main {
    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: row;
}

.dashboard-cont aside {
    width: 250px;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
}

.aside-body {
    height: 100%;
}

.aside-footer {

}

.dashboard {
    width: 100%;
    height: calc(100% - calc(55px + 2 * 20px) - 10px);
    margin: 0 10px;
    background: #282828;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

.dash-header {
    padding: 24px 24px;
    border-bottom: 1px solid var(--bg-color);
}

.dash-body {

} */




/* 
.dashboard-cont p strong {
    color: #fff;
    font-weight: 400;
  }
  
  .dashboard-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
  }
  
  .dashboard-main-content, .dashboard-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .widget .plan-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  
  .widget .plan-details p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: "Geist", sans-serif;
  }
  
  .progress-bar-container {
    width: 100%;
    height: 12px;
    background-color: var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    margin: 16px 0 8px;
  }
  
  .progress-bar-fill {
    height: 100%;
    width: 0%;
    background-color: #fff;
    border-radius: 6px;
    transition: width 0.5s ease-out;
  }
  
  .usage-subtext {
    font-size: 14px;
    color: var(--color);
    margin-top: 8px !important;
  }
  
  .billing-info {
    font-size: 16px !important;
    color: var(--color) !important;
    margin: 0 0 24px 0 !important;
  }
  
  .billing-info strong {
    font-size: 20px;
    font-family: "Geist", sans-serif;
    color: #fff;
  }
  
  .settings-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  
  .settings-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    color: #fff;
    transition: background-color 0.2s ease;
  }
  
  .settings-list li a:hover {
    color: var(--color);
  }
  
  .settings-list li a::after {
    display: none;
  }
  
  .settings-list li {
    border-bottom: 1px solid var(--border-color);
  }
  
  .settings-list li:last-child {
    border-bottom: none;
  }
  
  .settings-list li svg {
    color: var(--color);
    transition: transform 0.2s ease;
  }
  
  .settings-list li a:hover svg {
    transform: translateX(4px);
  }
  
  @media (max-width: 1024px) {
    .dashboard-grid {
      grid-template-columns: 1fr; 
    }
  }
  
  @media (max-width: 480px) {
    .dashboard-cont {
      padding: 120px 24px 60px;
    }
    .widget .plan-details {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }
  } */