@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #08090e;
  color: #e2e8f0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #7C3AED;
  text-decoration: none;
}
a:hover {
  color: #a855f7;
  text-decoration: underline;
}

.navbar {
  background-color: #08090e;
  border-bottom: 1px solid rgba(124,58,237,0.2);
  padding: 16px 0;
  --bs-navbar-color: #94a3b8;
  --bs-navbar-hover-color: #e2e8f0;
  --bs-navbar-active-color: #e2e8f0;
  --bs-navbar-brand-color: #e2e8f0;
  --bs-navbar-brand-hover-color: #e2e8f0;
  --bs-nav-link-color: #94a3b8;
  --bs-nav-link-hover-color: #e2e8f0;
}
.navbar-brand {
  font-size: 22px;
  font-weight: 800;
  color: #e2e8f0;
  letter-spacing: -0.5px;
}
.navbar-brand span {
  color: #7C3AED;
}
.navbar-nav .nav-link {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover {
  color: #e2e8f0;
}
.navbar-toggler {
  border-color: rgba(124,58,237,0.4);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28226%2C232%2C240%2C0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-collapse {
  background-color: #08090e;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus-visible {
  color: #e2e8f0;
  outline: none;
}
.btn-nav-cta {
  background-color: #7C3AED;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-nav-cta:hover {
  background-color: #6d28d9;
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
  color: #fff;
  text-decoration: none;
}

.hero-section {
  background: linear-gradient(135deg, #08090e 0%, #14083a 60%, #1a0a4a 100%);
  padding: 100px 0 80px;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hero-badge {
  display: inline-block;
  background-color: rgba(124,58,237,0.15);
  border: 1px solid rgba(124,58,237,0.4);
  color: #a78bfa;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero-h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #f1f5f9;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.hero-lead {
  font-size: 18px;
  color: #94a3b8;
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.7;
}
.btn-primary-gs {
  background-color: #7C3AED;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary-gs:hover {
  background-color: #6d28d9;
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
  color: #fff;
  text-decoration: none;
}
.btn-outline-gs {
  background-color: transparent;
  color: #a78bfa;
  border: 1px solid rgba(124,58,237,0.5);
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-outline-gs:hover {
  border-color: #7C3AED;
  color: #e2e8f0;
  background-color: rgba(124,58,237,0.1);
  text-decoration: none;
}

.latency-panel {
  background-color: #0d0f1a;
  border: 1px solid rgba(124,58,237,0.3);
  border-radius: 12px;
  padding: 28px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 40px rgba(124,58,237,0.15);
}
.latency-panel-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7C3AED;
  margin-bottom: 24px;
}
.latency-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.latency-row:last-child {
  border-bottom: none;
}
.latency-region {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
}
.latency-value {
  font-size: 28px;
  font-weight: 800;
  color: #7C3AED;
  letter-spacing: -1px;
}
.latency-unit {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  margin-left: 2px;
}
.latency-bar-wrap {
  width: 100%;
  background-color: #1e1b4b;
  border-radius: 4px;
  height: 4px;
  margin-top: 6px;
}
.latency-bar {
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7C3AED, #a855f7);
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.section-subtitle {
  font-size: 18px;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto 48px;
}
.section-label {
  display: inline-block;
  color: #7C3AED;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.capability-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.capability-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
  border-color: rgba(124,58,237,0.5);
}
.capability-icon {
  width: 52px;
  height: 52px;
  background-color: rgba(124,58,237,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #7C3AED;
}
.capability-title {
  font-size: 20px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 12px;
}
.capability-desc {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

.metrics-bar {
  background-color: #0d0f1a;
  border-top: 1px solid rgba(124,58,237,0.15);
  border-bottom: 1px solid rgba(124,58,237,0.15);
  padding: 60px 0;
}
.metrics-bar-title {
  font-size: 22px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 48px;
}
.metric-item {
  text-align: center;
  padding: 24px;
}
.metric-value {
  font-size: 42px;
  font-weight: 800;
  color: #7C3AED;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1.5px;
}
.metric-label {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}

.logo-wall {
  padding: 72px 0;
  background-color: #08090e;
}
.logo-wall-title {
  font-size: 16px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.studio-logo-box {
  background-color: #111827;
  border: 1px solid #1e2038;
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  transition: border-color 0.2s, color 0.2s;
}
.studio-logo-box:hover {
  border-color: rgba(124,58,237,0.3);
  color: #94a3b8;
}

.pricing-section {
  padding: 80px 0;
  background-color: #08090e;
}
.pricing-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.pricing-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
}
.pricing-card.popular {
  border-color: #7C3AED;
  box-shadow: 0 0 30px rgba(124,58,237,0.25);
}
.pricing-badge {
  display: inline-block;
  background-color: #7C3AED;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.pricing-plan-name {
  font-size: 20px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 8px;
}
.pricing-price {
  font-size: 48px;
  font-weight: 800;
  color: #f1f5f9;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -2px;
}
.pricing-price sup {
  font-size: 22px;
  font-weight: 700;
  vertical-align: super;
  letter-spacing: 0;
}
.pricing-period {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}
.pricing-divider {
  border: none;
  border-top: 1px solid #1e2038;
  margin: 24px 0;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  flex: 1;
}
.pricing-features li {
  font-size: 14px;
  color: #94a3b8;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-features li i {
  color: #7C3AED;
  font-size: 13px;
}
.pricing-spacer {
  margin-top: auto;
  padding-top: 28px;
}

.cta-section {
  background: linear-gradient(135deg, #14083a 0%, #1a0a4a 100%);
  padding: 80px 0;
  text-align: center;
}
.cta-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.cta-section p {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 36px;
}

.page-hero {
  background: linear-gradient(135deg, #08090e 0%, #14083a 60%, #1a0a4a 100%);
  padding: 80px 0 60px;
  text-align: center;
}
.page-hero h1 {
  font-size: 44px;
  font-weight: 800;
  color: #f1f5f9;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.page-hero p {
  font-size: 18px;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
}

.content-section {
  padding: 72px 0;
}
.content-section.alt-bg {
  background-color: #0d0f1a;
}

.arch-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  transition: box-shadow 0.2s;
}
.arch-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
}
.arch-card-icon {
  font-size: 32px;
  color: #7C3AED;
  margin-bottom: 18px;
}
.arch-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 10px;
}
.arch-card p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.module-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.module-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
  border-color: rgba(124,58,237,0.4);
}
.module-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 10px;
}
.module-card p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.img-placeholder {
  background-color: #111827;
  border: 1px dashed #1e1b4b;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}

.code-block {
  background-color: #0d0f1a;
  border: 1px solid #1e1b4b;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 12px;
}
.code-block-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7C3AED;
  margin-bottom: 10px;
}
.code-block pre {
  color: #a5f3fc;
  font-family: "Fira Code", "Cascadia Code", monospace;
  font-size: 13px;
  margin: 0;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.team-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  transition: box-shadow 0.2s;
}
.team-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
}
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1e1b4b;
  border: 2px solid rgba(124,58,237,0.3);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #7C3AED;
}
.team-name {
  font-size: 20px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 4px;
}
.team-title {
  font-size: 14px;
  color: #7C3AED;
  font-weight: 600;
  margin-bottom: 14px;
}
.team-bio {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

.contact-info-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 32px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-icon {
  width: 44px;
  height: 44px;
  background-color: rgba(124,58,237,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #7C3AED;
  flex-shrink: 0;
}
.contact-info-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.contact-info-value {
  font-size: 15px;
  color: #e2e8f0;
}

.contact-form {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 36px 32px;
}
.form-label {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.form-control {
  background-color: #0d0f1a;
  border: 1px solid #1e2038;
  color: #e2e8f0;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 6px;
}
.form-control:focus {
  background-color: #0d0f1a;
  border-color: #7C3AED;
  color: #e2e8f0;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
}
.form-control::placeholder {
  color: #4b5563;
}

.blog-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.blog-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
}
.blog-card-img {
  width: 100%;
  height: 200px;
  background-color: #0d0f1a;
  border-bottom: 1px solid #1e1b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #4b5563;
}
.blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-category {
  display: inline-block;
  background-color: rgba(124,58,237,0.1);
  border: 1px solid rgba(124,58,237,0.3);
  color: #a78bfa;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-card-date {
  font-size: 13px;
  color: #64748b;
  margin-top: auto;
}

.legal-content {
  padding: 60px 0;
}
.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #f1f5f9;
  margin-top: 40px;
  margin-bottom: 14px;
}
.legal-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e2e8f0;
  margin-top: 28px;
  margin-bottom: 10px;
}
.legal-content p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.75;
}
.legal-content ul {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.75;
}

.values-card {
  background-color: #111827;
  border: 1px solid #1e1b4b;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  transition: box-shadow 0.2s;
}
.values-card:hover {
  box-shadow: 0 0 20px rgba(124,58,237,0.3);
}
.values-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 10px;
}
.values-card p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.stat-highlight {
  text-align: center;
  padding: 24px;
}
.stat-highlight-value {
  font-size: 36px;
  font-weight: 800;
  color: #7C3AED;
  margin-bottom: 6px;
}
.stat-highlight-label {
  font-size: 14px;
  color: #94a3b8;
}

footer {
  background-color: #060709;
  border-top: 1px solid rgba(124,58,237,0.15);
  padding: 56px 0 32px;
}
.footer-brand {
  font-size: 20px;
  font-weight: 800;
  color: #e2e8f0;
  margin-bottom: 12px;
}
.footer-brand span {
  color: #7C3AED;
}
.footer-tagline {
  font-size: 14px;
  color: #64748b;
  max-width: 280px;
  margin-bottom: 0;
}
.footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 16px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #94a3b8;
}
footer ul li a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}
footer ul li a:hover {
  color: #a78bfa;
}
.footer-divider {
  border: none;
  border-top: 1px solid #1e2038;
  margin: 40px 0 24px;
}
.footer-copyright {
  font-size: 13px;
  color: #4b5563;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #111827;
  border-top: 1px solid rgba(124,58,237,0.3);
  padding: 16px 24px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 9999;
  flex-wrap: wrap;
}
.cookie-banner p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
  flex: 1;
}
.cookie-banner a {
  color: #a78bfa;
}
.cookie-btn {
  background-color: #7C3AED;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.cookie-btn:hover {
  background-color: #6d28d9;
}

@media (max-width: 768px) {
  .hero-h1 {
    font-size: 36px;
  }
  .hero-section {
    padding: 60px 0 48px;
  }
  .latency-panel {
    margin-top: 40px;
    max-width: 100%;
  }
  .section-title {
    font-size: 28px;
  }
  .metric-value {
    font-size: 32px;
  }
  .pricing-price {
    font-size: 40px;
  }
  .page-hero h1 {
    font-size: 32px;
  }
}

/* === Card Uniformity Fix (auto-generated) === */

.capability-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.capability-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pricing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.arch-card > p {
  flex: 1;
}
.arch-card > a:last-child,
.arch-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.blog-card > p {
  flex: 1;
}
.blog-card > a:last-child,
.blog-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.capability-card > p {
  flex: 1;
}
.capability-card > a:last-child,
.capability-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.contact-info-card > p {
  flex: 1;
}
.contact-info-card > a:last-child,
.contact-info-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.module-card > p {
  flex: 1;
}
.module-card > a:last-child,
.module-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.pricing-card > p {
  flex: 1;
}
.pricing-card > a:last-child,
.pricing-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.team-card > p {
  flex: 1;
}
.team-card > a:last-child,
.team-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.values-card > p {
  flex: 1;
}
.values-card > a:last-child,
.values-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.read-more,
a[class*="read-more"],
a[class*="readmore"] {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.blog-card-body > :last-child {
  margin-top: auto;
}

.capability-card > :last-child {
  margin-top: auto;
}

.pricing-card > :last-child {
  margin-top: auto;
}

.team-card > :last-child {
  margin-top: auto;
}

.module-card > :last-child {
  margin-top: auto;
}

.arch-card > :last-child {
  margin-top: auto;
}

.values-card > :last-child {
  margin-top: auto;
}

a.read-more,
[class*="read-more"],
[class*="blog-read-more"] {
  margin-top: auto;
}

/* === Blog Article Width Fix === */
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow img {
  max-width: 100%;
  height: auto;
}

/* Card title link styling */
.blog-card h3 a, .blog-card h4 a, .blog-card h5 a,
.news-card h3 a, .news-card h4 a, .news-card h5 a,
.insight-card h3 a, .insight-card h4 a, .insight-card h5 a,
[class*="-card"] h3 a, [class*="-card"] h4 a, [class*="-card"] h5 a {
  color: inherit;
  text-decoration: none;
}
[class*="-card"] h3 a:hover, [class*="-card"] h4 a:hover, [class*="-card"] h5 a:hover {
  text-decoration: underline;
}

/* Universal card equal height */
[class$="-card"], [class*="-card "] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
