@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.landing-page-header{
  Font-size: 79px;
  color: white;
  text-align: center;
  font-family: "Cal Sans", sans-serif;
}
body {
  background-color: black
}
.realistic-marker-highlight{
  position:relative;
}
.realistic-marker-highlight:before{
  content:"";
  background-color: blue; 
  width:100%;
  height:1em;
  position:absolute;
  z-index:-1;
  filter:url(#marker-shape);
  left:-0.25em;
  top:0.1em;
  padding:0 0.25em;
}
.navbar {
 background-color: rgb(15, 15, 15); font-family: calibri; padding: 20px 9%;
}
.navdiv {
  display: flex; align-items: center; justify-content: space-between;
}
.logo a {
  font-size: 35px; font-weight: 600; color: white; display: inline-block;
}
.li-header {
  list-style: none; display: inline-block;
}
li a {
color: white; font-size: 18px; font-weight: bold; margin-right: 25px;
}
li {
  list-style: none ;display: inline-block;
}
.dropdown1,.dropdown2 {
  background-color: transparent;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin-right: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: calibri;
  position: relative;
}

.dropdown1:after,.dropdown2:after {
  content: "⌄";
  font-size: 14px;
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-3px) rotate(0deg);
  transform-origin: center;
}

.dropdown:hover .dropdown1:after,
.dropdown:hover .dropdown2:after {
  transform: translateY(-3px) rotate(180deg);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(15, 15, 15);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 1;
  border: 1px solid blue;
  border-radius: 8px;
  overflow: hidden;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: normal;
  transition: background-color 0.3s ease;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: blue;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: white;}
a {
  color: white;
}
.signin-button {
  background-color: black;
  border-radius: 12px;
  width: 70px;
  height: 25px;
text-align: center;
border: 0.5px solid rgba(255, 255, 255, 0.449);
font-size: 11px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 700;
display: inline-block;
transition: border-color 0.3s ease, color 0.3s ease;
}
.signin-button:hover{
  border: 0.5px solid rgba(255, 255, 255, 0.736);
  background-color: rgb(29, 29, 29);
}
.signup-button {
  background-color: black;
  border-radius: 12px;
  width: 100px;
  height: 27px;
text-align: center;
border: 0.5px solid rgba(255, 255, 255, 0.449);
font-size: 11px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 700;
display: inline-block;
transition: border-color 0.3s ease, color 0.3s ease;
}
:root {
  --color-1: #000000;
  --color-2: #f3f4f6;
  --color-3: blue;
  --color-4: #9e9ca15f;
  --color-5: #636976;
  --color-6: rgba(165, 157, 187, 0.478);
}
.mulu-pricing-toggle-controls-container {
  background-color: var(--color-1);
  padding: 40px 20px 20px;
  display: flex;
  justify-content: center;
}

.mulu-pricing-customer-and-billing-toggles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

.mulu-customer-type-selection-button-group {
  display: flex;
  background-color: var(--color-1);
  border-radius: 25px;
  padding: 4px;
  gap: 2px;
}

.mulu-billing-period-monthly-annual-toggle-group {
  display: flex;
  background-color: var(--color-1);
  border-radius: 25px;
  padding: 4px;
  gap: 2px;
  position: relative;
}

.mulu-customer-type-tutors-centers-toggle-btn,
.mulu-customer-type-homeschoolers-toggle-btn,
.mulu-customer-type-schools-toggle-btn,
.mulu-billing-monthly-selection-toggle-btn,
.mulu-billing-annual-discount-toggle-btn {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 12px 24px;
  border-radius: 20px;
  color: var(--color-2);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.mulu-customer-type-tutors-centers-toggle-btn:hover,
.mulu-customer-type-homeschoolers-toggle-btn:hover,
.mulu-customer-type-schools-toggle-btn:hover,
.mulu-billing-monthly-selection-toggle-btn:hover,
.mulu-billing-annual-discount-toggle-btn:hover {
  background-color: var(--color-6);
}

.mulu-customer-type-tutors-centers-toggle-btn.mulu-active-customer-type-selection,
.mulu-customer-type-homeschoolers-toggle-btn.mulu-active-customer-type-selection,
.mulu-customer-type-schools-toggle-btn.mulu-active-customer-type-selection,
.mulu-billing-monthly-selection-toggle-btn.mulu-active-billing-period-selection,
.mulu-billing-annual-discount-toggle-btn.mulu-active-billing-period-selection {
  background-color: var(--color-3);
  color: var(--color-2);
}

.mulu-annual-discount-save-percentage-badge {
  background-color: var(--color-2);
  color: var(--color-1);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 8px;
  display: inline-block;
}

.pricing-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--color-1);
  color: var(--color-2);
  padding: 20px 20px;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--color-4);
  border-radius: 10px;
  transition: border-color 0.3s ease;
}

.card:hover {
  border-color: var(--color-6);
}

.card-header {
  text-align: center;
  border-bottom: 1px solid var(--color-4);
}

.card-header p {
  font-size: 12px;
  padding-bottom: 20px;
}

.card-header h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}

.card-desc {
  font-size: 12px;
  text-align: center;
  padding-block: 20px;
  border-bottom: 1px solid var(--color-4);
}

.features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
  flex-grow: 1;
}

.feature {
  display: flex;
  gap: 8px;
  align-items: center;
}

.feature .icon {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .text {
  font-size: 13px;
}

.feature.available .icon {
  background-color: var(--color-3);
}

.feature.notavailable .icon {
  background-color: var(--color-5);
}

.feature .icon .img {
  width: 60%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature.available .icon .img {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
}

.feature.notavailable .icon .img {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}

.btn {
  background-color: var(--color-3);
  border: none;
  outline: none;
  border-radius: 30px;
  padding-block: 10px;
  color: var(--color-2);
  cursor: pointer;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}

.btn:hover {
  opacity: 0.9;
}

.card.popular {
  border-color: var(--color-3);
  position: relative;
}

.popular-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background-color: var(--color-3);
  color: var(--color-2);
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
}

/* Hide billing toggle for schools */
.schools-selected .mulu-billing-period-monthly-annual-toggle-group {
  display: none;
}

/* Single card layout for schools */
.schools-selected .container {
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .card {
    min-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
  
  .card {
    width: 100%;
    max-width: 400px;
  }
}
.pricing-cards {
  font-family: "Poppins", sans-serif;
}
.mulu-faq-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #121212;
  color: #f5f5f5;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.mulu-faq-title {
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

.mulu-faq-container {
  margin-bottom: 30px;
  background-color: transparent;
}

.mulu-faq-item {
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  background-color: #1e1e1e;
}

.mulu-faq-item:last-child {
  margin-bottom: 0;
}

.mulu-faq-question {
  padding: 18px 20px;
  background-color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 500;
  border-radius: 14px;
}

.mulu-faq-question:hover {
  background-color: #2a2a2a;
}

.mulu-chevron {
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  display: block;
  transform-origin: 50% 50%;
}

.mulu-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  line-height: 1.6;
  color: #cccccc;
}

.mulu-faq-answer-content {
  padding: 20px;
}

.mulu-faq-item.active .mulu-chevron {
  transform: rotate(180deg);
}

.mulu-faq-item.active .mulu-faq-answer {
  max-height: 300px;
  border-radius: 0 0 14px 14px;
}

.mulu-highlight {
  color: #ffffff;
  font-weight: 500;
}

.mulu-faq-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.mulu-faq-list-item {
  margin-bottom: 8px;
}

.mulu-faq-list-item:last-child {
  margin-bottom: 0;
}
.mulu-page-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding: 20px;
}

/* Main content container */
.mulu-content-container {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-logo {
  width: 80px;
  height: auto;
}
.mulu-page-title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
/* Sign up form container */
.mulu-signup-form-container {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 40px 32px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mulu-form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #e0e0e0;
  font-family: "Inter", sans-serif;
}

.mulu-form-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #444444;
  background-color: #2a2a2a;
  color: #ffffff;
  transition: border-color 0.2s ease;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}

.mulu-form-input:focus {
  outline: none;
  border-color: #666666;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.mulu-form-input::placeholder {
  color: #777777;
}

/* Error styling for input fields */
.mulu-form-input.error {
  border-color: #ff6b6b;
}

/* Name fields row */
.mulu-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.mulu-form-column {
  flex: 1;
}

/* Terms checkbox */
.mulu-terms-container {
  margin: 24px 0 8px 0;
  display: flex;
  align-items: flex-start;
}

.mulu-checkbox-wrapper {
  margin-right: 12px;
  margin-top: 2px;
}

.mulu-terms-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #444444;
  border-radius: 4px;
  background-color: #2a2a2a;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mulu-terms-checkbox:checked {
  background-color: #445566;
  border-color: #445566;
}

.mulu-terms-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mulu-terms-text {
  font-size: 14px;
  color: #999999;
  font-family: "Inter", sans-serif;
}

.mulu-terms-link {
  color: #a7c7e7;
  text-decoration: none;
}

.mulu-terms-link:hover {
  text-decoration: underline;
}

/* Submit button - default state (inactive) */
.mulu-submit-button {
  width: 100%;
  padding: 14px 0;
  background-color:blue; 
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
}

/* Active state for the submit button */
.mulu-submit-button.active {
  background-color: #3498db; /* Brighter blue when active */
  opacity: 1;
  cursor: pointer;
}

.mulu-submit-button.active:hover {
  background-color: #4fa3e0;
}

/* Login link */
.mulu-auth-switch {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #d1d1d1;
}

.mulu-auth-switch-link {
  color: #a7c7e7;
  text-decoration: none;
  margin-left: 6px;
}

.mulu-auth-switch-link:hover {
  text-decoration: underline;
}

/* Error message styling */
.mulu-form-error {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 6px;
  display: none;
}

/* School Contact Form Specific Styles */
.school-contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.school-contact-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.school-contact-form-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.school-contact-form-subtitle {
    font-size: 1.1rem;
    color: #b3b3b3;
    margin-bottom: 30px;
}

.school-contact-form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.school-contact-form-section:last-child {
    border-bottom: none;
}

.school-contact-form-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    border-left: 4px solid #007acc;
    padding-left: 15px;
}

.school-contact-form-group {
    margin-bottom: 20px;
}

.school-contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.school-contact-form-row-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.school-contact-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.95rem;
}

.school-contact-form-required {
    color: #ff6b6b;
}

.school-contact-form-input[type="text"],
.school-contact-form-input[type="email"],
.school-contact-form-input[type="tel"],
.school-contact-form-input[type="url"],
.school-contact-form-input[type="number"],
.school-contact-form-select,
.school-contact-form-textarea {
    width: 100%;
    padding: 12px 16px;
    background-color: #2a2a2a;
    border: 1px solid #444;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.school-contact-form-input[type="text"]:focus,
.school-contact-form-input[type="email"]:focus,
.school-contact-form-input[type="tel"]:focus,
.school-contact-form-input[type="url"]:focus,
.school-contact-form-input[type="number"]:focus,
.school-contact-form-select:focus,
.school-contact-form-textarea:focus {
    outline: none;
    border-color: #007acc;
    box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1);
}

.school-contact-form-input::placeholder,
.school-contact-form-textarea::placeholder {
    color: #888;
}

.school-contact-form-select {
    cursor: pointer;
}

.school-contact-form-option {
    background-color: #2a2a2a;
    color: #ffffff;
}

.school-contact-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.school-contact-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.school-contact-checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.school-contact-checkbox-item input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.school-contact-checkbox-item label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    color: #ffffff;
}

.school-contact-radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.school-contact-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.school-contact-radio-item input[type="radio"] {
    width: auto;
    margin: 0;
}

.school-contact-radio-item label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    color: #ffffff;
}

.school-contact-grade-input-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

/* Specific styling for staff breakdown grid */
.school-contact-staff-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.school-contact-grade-input-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.school-contact-grade-input-item label {
    font-size: 0.9rem;
    color: #b3b3b3;
}

.school-contact-grade-input-item input {
    padding: 8px 12px;
    font-size: 0.9rem;
}

.school-contact-file-upload {
    border: 2px dashed #444;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.school-contact-file-upload:hover {
    border-color: #007acc;
}

.school-contact-file-upload input[type="file"] {
    display: none;
}

.school-contact-file-upload-text {
    color: #b3b3b3;
    font-size: 0.95rem;
}

.school-contact-terms-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.school-contact-terms-checkbox input {
    margin-top: 3px;
    width: auto;
}

.school-contact-terms-checkbox label {
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
}

.school-contact-terms-checkbox a {
    color: #007acc;
    text-decoration: none;
}

.school-contact-terms-checkbox a:hover {
    text-decoration: underline;
}

.school-contact-submit-btn {
    background: linear-gradient(135deg, #007acc 0%, #005c99 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

.school-contact-submit-btn:hover {
    background: linear-gradient(135deg, #0088e6 0%, #0066b3 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 122, 204, 0.3);
}

.school-contact-submit-btn:disabled {
    background: #444;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .school-contact-form-container {
        padding: 20px;
    }

    .school-contact-form-row,
    .school-contact-form-row-three {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .school-contact-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .school-contact-grade-input-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .school-contact-form-header h1 {
        font-size: 2rem;
    }
}

/* User Menu in Navbar */
.user-menu {
  position: relative;
  display: inline-block;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #007bff;
  transition: border-color 0.2s;
  background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.user-avatar .default-avatar {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #111;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  min-width: 200px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s;
  border: 1px solid #222;
}

.user-menu.active .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
  font-family: "Inter", sans-serif;
}

.user-dropdown-item:hover {
  background: #1a1a1a;
}

.user-dropdown-item i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
  color: #007bff;
}

/* Profile Settings Page */
.profile-settings {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}

.profile-settings-header {
  margin-bottom: 40px;
  text-align: center;
}

.profile-settings-title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}

.profile-settings-subtitle {
  color: #b3b3b3;
  font-size: 1.1rem;
}

.settings-section {
  background: #111;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
  border: 1px solid #222;
}

.settings-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.settings-section-icon {
  width: 32px;
  height: 32px;
  background: #1a1a1a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.settings-section-icon i {
  color: #007bff;
  font-size: 1.2rem;
}

.settings-section-title {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.settings-form-group {
  margin-bottom: 24px;
}

.settings-label {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.settings-input {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.2s;
  font-family: "Inter", sans-serif;
}

.settings-input:focus {
  border-color: #007bff;
  outline: none;
}

.settings-select {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 1rem;
  appearance: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.settings-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 12px;
}

.settings-toggle-label {
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.settings-toggle-description {
  color: #888;
  font-size: 0.9rem;
  margin-top: 4px;
}

.settings-switch {
  position: relative;
  width: 50px;
  height: 26px;
}

.settings-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.settings-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: .4s;
  border-radius: 34px;
}

.settings-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .settings-slider {
  background-color: #007bff;
}

input:checked + .settings-slider:before {
  transform: translateX(24px);
}

.avatar-upload {
  text-align: center;
  margin-bottom: 32px;
}

.avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 3px solid #007bff;
  overflow: hidden;
  background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-preview .default-avatar {
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
}

.avatar-upload-btn {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 8px 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
}

.avatar-upload-btn:hover {
  background: #222;
  border-color: #007bff;
}

.save-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.save-button:hover {
  background-color: #0056b3;
}

.save-feedback {
  color: #007bff;
  margin-left: 10px;
  font-size: 0.9rem;
}

.billing-history {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.billing-history th,
.billing-history td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #2f3b4e;
}

.billing-history th {
  color: #b3c6e0;
  font-weight: 500;
}

.billing-history td {
  color: #fff;
}

.danger-zone {
  border: 1px solid #ff4d4d;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}

.danger-zone-title {
  color: #ff4d4d;
  font-weight: 500;
  margin-bottom: 8px;
}

.danger-zone-description {
  color: #b3c6e0;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.delete-account-btn {
  background: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.delete-account-btn:hover {
  background: #ff3333;
}

/* Hide auth buttons when user is logged in */
.user-logged-in #auth-buttons {
  display: none !important;
}

.user-logged-in #user-menu {
  display: block !important;
}

.dashboard-link {
  color: white;
  font-size: 11px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
  margin-right: 10px;
}

.dashboard-link:hover {
  color: rgba(255, 255, 255, 0.736);
}

.dashboard-link i {
  font-size: 12px;
}

/* Contact Page Styles - Modern 2025 Design */
.contact-main {
  background: linear-gradient(135deg, #000000 0%, #0a0a1f 50%, #000000 100%);
  min-height: 100vh;
  padding: 120px 20px 60px;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow-x: hidden;
}

.contact-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0, 100, 255, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(0, 150, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-header {
  text-align: center;
  margin-bottom: 80px;
}

.contact-header h1 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #0064ff 50%, #00a8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.contact-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

/* Bento Box Grid Layout */
.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
  margin-top: 60px;
}

/* Glassmorphism Cards */
.support-section {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.support-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.support-section:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 100, 255, 0.3);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4), 
              0 0 0 1px rgba(0, 100, 255, 0.1);
}

.ai-support {
  grid-column: 1;
  grid-row: 1 / 3;
}

.human-support {
  grid-column: 2;
  grid-row: 1;
}

.quick-contact {
  grid-column: 2;
  grid-row: 2;
}

.support-header {
  margin-bottom: 32px;
}

.support-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #0064ff 0%, #00a8ff 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  position: relative;
}

.support-icon::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #0064ff, #00a8ff);
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.support-section:hover .support-icon::after {
  opacity: 0.2;
}

.support-header h2 {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.support-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.5;
}

/* Modern Chat Container */
.chat-container {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
}

.chat-messages {
  height: 400px;
  overflow-y: auto;
  margin-bottom: 20px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.message-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0064ff 0%, #00a8ff 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
}

.user-message .message-avatar {
  background: linear-gradient(135deg, #00a8ff 0%, #0078ff 100%);
}

.message-content {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  padding: 16px 20px;
  border-radius: 16px;
  color: #ffffff;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  line-height: 1.5;
}

.user-message .message-content {
  background: rgba(0, 100, 255, 0.08);
  border-color: rgba(0, 100, 255, 0.15);
}

.chat-input-container {
  display: flex;
  gap: 12px;
}

#chatInput {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

#chatInput:focus {
  outline: none;
  border-color: #64b5f6;
}

#chatInput::placeholder {
  color: #888;
}

#sendButton {
  background: linear-gradient(135deg, #64b5f6 0%, #1976d2 100%);
  border: none;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#sendButton:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 100, 255, 0.3);
}

/* Typing Indicator */
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}

.typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: typing 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(1) {
  animation-delay: 0s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Modern Support Actions */
.support-action {
  margin-top: auto;
}

.priority-button {
  background: linear-gradient(135deg, #0064ff 0%, #00a8ff 100%);
  color: white;
  border: none;
  border-radius: 16px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.priority-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 100, 255, 0.3);
  background: linear-gradient(135deg, #0078ff 0%, #00b8ff 100%);
}

.contact-info {
  margin-top: 24px;
}

.email-link {
  color: #00a8ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #00b8ff;
}

.response-time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin: 0;
}

.support-option {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.support-option:hover {
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.5);
}

.option-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ffd700 0%, #f57c00 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}

.email-support .option-icon {
  background: linear-gradient(135deg, #64b5f6 0%, #1976d2 100%);
}

.option-content h3 {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 4px;
  font-weight: 600;
}

.option-content p {
  color: #b3b3b3;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.support-link {
  color: #64b5f6;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.support-link:hover {
  color: #90caf9;
}

.priority-button {
  background: linear-gradient(135deg, #ffd700 0%, #f57c00 100%);
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.priority-button:hover {
  transform: scale(1.05);
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: rgba(10, 10, 31, 0.98);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  max-width: 520px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.modal-header h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}

.modal-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal-body p {
  color: #b3b3b3;
  margin-bottom: 24px;
  line-height: 1.6;
}

#priorityForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#priorityName, #priorityEmail {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 14px;
}

#priorityMessage {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 14px;
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

#priorityName::placeholder, #priorityEmail::placeholder, #priorityMessage::placeholder {
  color: #888;
}

.submit-priority {
  background: linear-gradient(135deg, #ffd700 0%, #f57c00 100%);
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.submit-priority:hover {
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ai-support,
  .human-support,
  .quick-contact {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .contact-header h1 {
    font-size: 3rem;
  }
  
  .contact-subtitle {
    font-size: 1.2rem;
  }
  
  .support-section {
    padding: 32px 24px;
  }
  
  .chat-messages {
    height: 300px;
  }
  
  .contact-main {
    padding: 100px 16px 40px;
  }
}

@media (max-width: 480px) {
  .contact-header h1 {
    font-size: 2.5rem;
  }
  
  .support-section {
    padding: 24px 20px;
  }
}
