.wtl-narrow {
  max-width: 880px;
}

.wtl-article {
  font-size: 16px;
}

.wtl-article h2 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 44px 0 14px;
}

.wtl-article h2:first-child {
  margin-top: 0;
}

.wtl-article p,
.wtl-article li {
  color: var(--wtl-color-muted);
}

.wtl-article ul,
.wtl-article ol {
  padding-left: 1.4em;
}

.wtl-article a {
  color: var(--wtl-color-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wtl-page-content {
  max-width: 880px;
}

.wtl-timeline {
  display: grid;
  gap: 20px;
}

.wtl-timeline-item {
  border: 1px solid var(--wtl-color-border);
  border-radius: 24px;
  padding: 28px;
  background: #fff;
}

.wtl-timeline-item h2 {
  margin-top: 0;
}

.wtl-list-card {
  border: 1px solid var(--wtl-color-border);
  border-radius: 24px;
  padding: 28px;
  background: #fff;
}

.wtl-list-card + .wtl-list-card {
  margin-top: 20px;
}

.wtl-contact-form-box {
  border: 1px solid var(--wtl-color-border);
  border-radius: 24px;
  padding: 28px;
  background: #fff;
}

.wtl-contact-form-box p {
  margin-top: 0;
}

.wtl-contact-form-box input[type="text"],
.wtl-contact-form-box input[type="email"],
.wtl-contact-form-box input[type="tel"],
.wtl-contact-form-box input[type="url"],
.wtl-contact-form-box select,
.wtl-contact-form-box textarea {
  width: 100%;
  border: 1px solid var(--wtl-color-border);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  font: inherit;
}

.wtl-contact-form-box textarea {
  min-height: 160px;
}

.wtl-contact-form-box input[type="submit"],
.wtl-contact-form-box button[type="submit"] {
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  background: var(--wtl-color-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.wtl-post-list {
  display: grid;
  gap: 20px;
}

.wtl-post-card,
.wtl-empty-state {
  border: 1px solid var(--wtl-color-border);
  border-radius: 24px;
  padding: 32px;
  background: #fff;
}

.wtl-post-card h2,
.wtl-empty-state h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.wtl-post-card h2 a:hover {
  color: var(--wtl-color-primary);
}

.wtl-post-date,
.wtl-post-meta {
  margin: 0 0 10px;
  color: var(--wtl-color-muted);
  font-size: 13px;
  font-weight: 700;
}

.wtl-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.wtl-post-meta span {
  border: 1px solid var(--wtl-color-border);
  border-radius: 999px;
  padding: 3px 10px;
  background: #fff;
}

.wtl-post-excerpt {
  color: var(--wtl-color-muted);
}

.wtl-empty-state {
  background: linear-gradient(135deg, #eff6ff, #fff);
}

.wtl-post-thumbnail {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 32px;
}

.wtl-post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.wtl-single-article {
  border: 1px solid var(--wtl-color-border);
  border-radius: 24px;
  padding: 40px;
  background: #fff;
}

.wtl-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.wtl-post-nav-item a {
  display: block;
  border: 1px solid var(--wtl-color-border);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  color: var(--wtl-color-text);
  font-weight: 700;
}

.wtl-post-nav-next {
  text-align: right;
}

.wtl-single-back-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wtl-single-back-links .wtl-button-secondary {
  margin-left: 0;
}

.wtl-pagination {
  margin-top: 28px;
}

.wtl-updates-heading {
  margin-top: 56px;
}

.wtl-news-list {
  display: grid;
  gap: 12px;
}

.wtl-news-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid var(--wtl-color-border);
  border-radius: 18px;
  padding: 18px 20px;
  background: #fff;
}

.wtl-news-item time {
  color: var(--wtl-color-muted);
  font-size: 13px;
  font-weight: 700;
}

.wtl-news-item h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
}

.wtl-news-item a:hover {
  color: var(--wtl-color-primary);
}

.wtl-home-news-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.wtl-home-news-links .wtl-button-secondary {
  margin-left: 0;
}

.wtl-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.wtl-utility-links .wtl-button-secondary {
  margin-left: 0;
}

.search-form {
  display: flex;
  gap: 10px;
  border: 1px solid var(--wtl-color-border);
  border-radius: 18px;
  padding: 10px;
  margin-bottom: 28px;
  background: #fff;
}

.search-form label {
  flex: 1;
}

.search-form .search-field {
  width: 100%;
  height: 44px;
  border: 0;
  padding: 0 12px;
  font: inherit;
  outline: none;
}

.search-form .search-submit {
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  background: var(--wtl-color-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.wtl-search-results,
.wtl-search-empty {
  margin-top: 24px;
}

.wtl-faq-category + .wtl-faq-category {
  margin-top: 72px;
}

.wtl-faq-category .wtl-section-heading {
  margin-bottom: 24px;
}

.wtl-faq-category .wtl-section-heading h2 {
  margin-bottom: 12px;
}

.wtl-faq-category .wtl-section-heading p {
  margin-bottom: 0;
}

.wtl-guide-flow {
  display: grid;
  gap: 18px;
}

.wtl-guide-flow-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 6px 18px;
  align-items: start;
  border: 1px solid var(--wtl-color-border);
  border-radius: 22px;
  padding: 24px;
  background: #fff;
}

.wtl-guide-flow-item span {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eff6ff;
  color: var(--wtl-color-primary);
  font-weight: 800;
}

.wtl-guide-flow-item h3 {
  grid-column: 2;
  margin: 0;
  font-size: 20px;
}

.wtl-guide-flow-item p {
  grid-column: 2;
  margin: 0;
  color: var(--wtl-color-muted);
}

.wtl-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wtl-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid var(--wtl-color-border);
  margin-top: 48px;
  padding-top: 24px;
}

.wtl-legal-links a {
  border: 1px solid var(--wtl-color-border);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  color: var(--wtl-color-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.wtl-legal-links a:hover {
  border-color: #bfdbfe;
  color: var(--wtl-color-primary);
}

.wtl-footer {
  padding: 56px 0 32px;
  background: #f9fafb;
}

.wtl-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.wtl-footer-brand p {
  max-width: 340px;
  margin: 12px 0 0;
  color: var(--wtl-color-muted);
  font-size: 14px;
}

.wtl-footer-logo {
  display: inline-block;
  color: var(--wtl-color-text);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wtl-footer-nav {
  display: grid;
  gap: 8px;
  font-size: 14px;
}

.wtl-footer-nav h2 {
  margin: 0 0 8px;
  color: var(--wtl-color-text);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wtl-footer-nav a {
  width: fit-content;
  color: var(--wtl-color-muted);
  line-height: 1.5;
}

.wtl-footer-nav a:hover {
  color: var(--wtl-color-primary);
}

.wtl-footer-bottom {
  border-top: 1px solid var(--wtl-color-border);
  margin: 36px 0 0;
  padding-top: 20px;
}

.wtl-footer-bottom p {
  margin: 0;
  color: var(--wtl-color-muted);
  font-size: 13px;
}

@media (max-width: 800px) {
  .wtl-timeline-item,
  .wtl-list-card,
  .wtl-contact-form-box,
  .wtl-post-card,
  .wtl-empty-state,
  .wtl-single-article {
    padding: 22px;
  }

  .wtl-news-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }

  .wtl-post-nav {
    grid-template-columns: 1fr;
  }

  .wtl-post-nav-next {
    text-align: left;
  }

  .search-form {
    flex-direction: column;
  }

  .search-form .search-submit {
    min-height: 44px;
  }

  .wtl-faq-category + .wtl-faq-category {
    margin-top: 52px;
  }

  .wtl-guide-flow-item,
  .wtl-guide-grid {
    grid-template-columns: 1fr;
  }

  .wtl-guide-flow-item {
    padding: 22px;
  }

  .wtl-guide-flow-item span,
  .wtl-guide-flow-item h3,
  .wtl-guide-flow-item p {
    grid-column: 1;
    grid-row: auto;
  }

  .wtl-legal-links {
    margin-top: 36px;
  }

  .wtl-footer {
    padding: 44px 0 28px;
  }

  .wtl-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
