/* Static Pages - About, Support, Privacy, Terms */

.static-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 24px 80px;
}

@media (max-width: 768px) {
    .static-container {
        padding: 100px 16px 60px;
    }
}

.static-header {
    margin-bottom: 48px;
}

.static-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .static-title {
        font-size: 28px;
    }
}

.static-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .static-subtitle {
        font-size: 16px;
    }
}

.static-card {
    background: rgba(18, 18, 24, 0.6);
    backdrop-filter: blur(40px);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .static-card {
        padding: 24px;
        margin-bottom: 24px;
    }
}

.static-card h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .static-card h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.static-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .static-card h3 {
        font-size: 16px;
    }
}

.static-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .static-card p {
        font-size: 15px;
    }
}

.static-card p:last-child {
    margin-bottom: 0;
}

.static-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.static-card li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.static-card li::before {
    content: "•";
    color: #ff3366;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.static-link {
    color: #ff3366;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.static-link:hover {
    opacity: 0.8;
}

.static-meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 48px;
}

.static-divider {
    margin: 28px 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Team Grid */
.team-grid {
    display: grid;
    gap: 24px;
}

.team-member {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team-member:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.team-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.team-title {
    font-size: 14px;
    color: #ff3366;
    margin-bottom: 12px;
}

.team-bio {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* About Page */

.about-hero {
    max-width: 800px;
    margin: 100px auto 80px;
    padding: 0 24px;
    text-align: center;
}

.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.1;
}

.about-hero p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .about-hero {
        margin: 80px auto 60px;
    }
    .about-hero h1 {
        font-size: 32px;
    }
    .about-hero p {
        font-size: 18px;
    }
}

.about-content {
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 0 24px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.feature-card {
    background: rgba(18, 18, 24, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.2s;
}

.feature-card:hover {
    background: rgba(18, 18, 24, 0.6);
    border-color: rgba(255, 51, 102, 0.3);
}

.feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: #ff3366;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

.about-content .team-section {
    margin-bottom: 80px;
}

.about-content .team-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.about-content .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
}

@media (max-width: 768px) {
    .about-content .team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.about-content .team-member {
    background: rgba(18, 18, 24, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px;
    text-align: center;
}

.about-content .team-member h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.about-content .team-member .title {
    font-size: 14px;
    color: #ff3366;
    margin-bottom: 12px;
    font-weight: 500;
}

.about-content .team-member p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin: 0;
}

/* Error page component */

.error-page {
    text-align: center;
    padding: 4rem 1rem;
}

.error-page__title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.error-page__description {
    color: #a0a0b0;
}

.error-page__link {
    color: #6366f1;
    margin-top: 1rem;
    display: inline-block;
}


/* Nav utility classes */

.nav-form {
  margin: 0;
}

.nav-seed-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 0;
}

.seed-status {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.flash-container {
  margin-top: var(--space-4);
}
