/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.logo {
    display: flex;
    justify-content: center;
}

.logo-img {
    height: 50px;
    width: auto;
}

/* Main content */
.main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.welcome-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.help-section,
.support-section {
    text-align: left;
}

.welcome-title {
    font-size: 45px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 58.5px;
}

.welcome-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #666666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.welcome-description {
    font-size: 1.1rem;
    color: #777777;
    margin-bottom: 25px;
    line-height: 1.7;
}

/* Help section */
.help-section {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
}

.help-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.collapsible {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.collapse-arrow {
    transition: all 0.3s ease;
    font-size: 1.5rem;
}

.collapsible-content {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.collapsible-content.collapsed {
    max-height: 0;
}

.help-intro {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.help-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 25px;
}

.help-list li {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.6;
}

.help-network {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.domain-list {
    list-style: none;
    margin-left: 0;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #dee2e6;
}

.domain-list li {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 8px;
    padding: 5px 0;
}

.domain-list li strong {
    color: #dc2626;
    font-weight: 600;
}

/* Support section */
.support-section {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #dc2626;
}

.support-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.support-description {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.email-link {
    color: #dc2626;
    text-decoration: none;
    font-weight: 600;
}

.email-link:hover {
    text-decoration: underline;
}

/* Closing message */
.closing-message {
    text-align: center;
    margin: 40px 0 20px 0;
}

.closing-text {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 500;
    font-style: italic;
}

/* Footer */
.footer {
    background: #f8f9fa;
    padding: 30px 0;
    border-top: 1px solid #e9ecef;
    margin-top: auto;
}

.footer-text {
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Chat widget positioning */
#chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Responsive design */
@media (max-width: 768px) {
    .welcome-title {
        font-size: 2.2rem;
    }
    
    .welcome-subtitle {
        font-size: 1.1rem;
    }
    
    .welcome-description {
        font-size: 1rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .main {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .welcome-title {
        font-size: 1.8rem;
    }
    
    .logo-img {
        height: 40px;
    }
    
    .example-url {
        padding: 15px;
    }
}

.main-pass-container {
  padding: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto;
  left: 0;
  right: 0;
}

.page-404-container {
  position: flex;
  flex-direction: column;
}

.lost-header-title {
  font-size: 3.5rem;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.lost-footer-title {
  font-size: 2rem;
  text-align: center;
}

.lost-text {
  font-size: 1.5rem;
  padding: 0 1rem 0 0;
  text-align: center;
}

.image-container {
  max-width: 36%;
  max-height: 36%;
  display: block;
  margin: 0 auto;
  padding: 4rem 0 4rem 0;
}

.button {
  display: flex;
  font-size: 1.5rem;
  flex-direction: row;
  padding: 1rem 4rem 1rem 4rem;
  min-width: fit-content;
  justify-content: center;
  cursor: pointer;
  background-color: #f8f9fa;
  margin: 2rem 1rem 0 0;
  color: #333;
  border: none;
  outline: 1px solid #333;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),
    0 6px 20px 0 rgba(0,0,0,0.19);
  text-decoration: none;
}

.button-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin: 2rem;
}