/* 40aWeek - pages/static */

.editorial-content {
  max-width: 680px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: left;
}

.editorial-header {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.editorial-header h1 {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 20px;
  line-height: 1.1;
}

.editorial-lead {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.editorial-divider {
  border: 0;
  border-top: 1px solid var(--border-color, #E8E4DF);
  margin: 40px 0;
}

.editorial-section {
  margin-bottom: 50px;
}

.editorial-section h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color, #E8E4DF);
}

.editorial-section h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text-color);
  margin: 30px 0 15px;
}

.editorial-section p {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 20px;
}

.editorial-section strong {
  font-weight: 600;
  color: var(--color-primary);
}

.editorial-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

.editorial-list li {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}

.editorial-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}

.editorial-cta-box {
  background: var(--card-bg, #ffffff);
  border: 1px solid var(--border-color, #E8E4DF);
  border-radius: 12px;
  padding: 36px 30px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.editorial-cta-box h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 12px;
}

.editorial-cta-box p {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.editorial-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.info-section h3 i {
  margin-right: 10px;
  color: var(--color-primary);
  width: 30px;
  text-align: center;
}

.rules-list {
  list-style: none;
  padding: 0;
}

.rules-list li {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 10px;
  font-size: 1rem;
}

.rules-list li i {
  color: #28a745;
  margin-right: 10px;
}

.partner-page {
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  text-align: left;
  padding: 0;
}

.partner-banner {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.partner-content-wrapper {
  padding: 40px;
}

.partner-content-wrapper h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #222;
}

.partner-content-wrapper p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  max-width: 800px;
  margin-bottom: 30px;
}

.partner-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.container-partner-page {
  grid-template-columns: 1fr;
}

.container-partner-page .sidebar {
  display: none;
}

.container-partner-page .center-content {
  max-width: none;
}

.info-section {
  margin-bottom: 30px;
}

.info-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.info-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 10px;
}

.info-section ul,
.info-section ol {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  padding-left: 25px;
  margin-left: 10px;
}

.info-section li {
  margin-bottom: 8px;
}

.partner-page .partner-content-wrapper {
  text-align: center;
  padding: 40px;
  font-size: 1.2rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.partner-section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

.partner-benefits {
  background: var(--color-secondary-light);
  padding: 50px 40px;
}

.partner-how {
  background: #fff;
  padding: 50px 40px;
}

.partner-social-proof {
  background: var(--color-secondary-light);
  padding: 50px 40px;
}

.changelog-header {
  text-align: center;
  margin-bottom: 50px;
}

.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline-entry {
  position: relative;
  margin-bottom: 60px;
}

.timeline-date {
  font-size: 0.85rem;
  color: #9ca3af;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.timeline-content {
  background: white;
  padding: 15px;
  border-radius: 12px;
}

.changelog-list {
  list-style: none;
  padding: 0;
}

.changelog-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 0.95rem;
  color: #4b5563;
}

.benefit-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.benefit-card i {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.benefit-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
}

.how-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.how-step {
  flex: 1;
  text-align: center;
  max-width: 300px;
  position: relative;
}

.how-step span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.how-step h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.how-step p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.logo-placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: #aaa;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.error-page-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  padding: 20px;
  margin-top: 52px;
}

.error-code {
  font-size: 8rem;
  font-weight: 900;
  color: var(--color-primary-light);
  margin: 0;
  line-height: 1;
  position: relative;
}

.mechanic-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.mechanic-icon-gold {
  background: #fffbeb;
  color: #d97706;
}

.mechanic-icon-indigo {
  background: #fff;
  color: #4338ca;
}

.mechanic-icon-gray {
  background: var(--bg-subtle, #F5F0EA);
  color: #374151;
}

.info-page {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.info-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.version-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 24px;
}
