body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #1E293B;
    background: #ffffff;
}

a {
    color: #2563EB;
    text-decoration: none;
}

a:hover {
    color: #1E3A8A;
}

.bg-light-blue {
    background: #F8FAFF;
}

.text-accent {
    color: #2563EB;
}

.text-dark-blue {
    color: #1E3A8A;
}

.btn-accent {
    background: #2563EB;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    transition: background 0.2s;
}

.btn-accent:hover {
    background: #1E3A8A;
    color: #fff;
}

.btn-outline-accent {
    border: 2px solid #2563EB;
    color: #2563EB;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: 600;
    background: transparent;
    transition: all 0.2s;
}

.btn-outline-accent:hover {
    background: #2563EB;
    color: #fff;
}

.navbar {
    background: #ffffff;
    border-bottom: 1px solid #E2E8F0;
    padding: 16px 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 22px;
    color: #1E3A8A;
}

.navbar-brand:hover {
    color: #2563EB;
}

.nav-link {
    color: #1E293B;
    font-weight: 500;
    padding: 8px 14px;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #2563EB;
}

.nav-cta {
    background: #2563EB;
    color: #fff;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    margin-left: 8px;
}

.nav-cta:hover {
    background: #1E3A8A;
    color: #fff;
}

.hero-section {
    padding: 120px 0 80px 0;
    background: #F8FAFF;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1E3A8A;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-section p.lead {
    font-size: 18px;
    color: #475569;
    margin-bottom: 36px;
    max-width: 560px;
}

.hero-placeholder {
    background: #CBD5E1;
    border-radius: 8px;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 16px;
    color: #64748B;
    margin-bottom: 48px;
}

.card {
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
}

.capability-card {
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    background: #ffffff;
    height: 100%;
    transition: box-shadow 0.2s;
}

.capability-card:hover {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
}

.capability-icon {
    width: 56px;
    height: 56px;
    background: #EFF6FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #2563EB;
}

.accuracy-badge {
    display: inline-block;
    background: #EFF6FF;
    color: #2563EB;
    font-weight: 700;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 12px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #1E293B;
}

.progress {
    height: 10px;
    border-radius: 5px;
    background: #E2E8F0;
    margin-bottom: 20px;
}

.progress-bar {
    background: #2563EB;
    border-radius: 5px;
}

.timeline-wrapper {
    position: relative;
    padding-left: 32px;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #E2E8F0;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #2563EB;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #2563EB;
}

.timeline-item h5 {
    font-weight: 600;
    color: #1E3A8A;
    margin-bottom: 6px;
}

.timeline-item p {
    color: #64748B;
    font-size: 14px;
    margin: 0;
}

.logo-placeholder {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 13px;
    font-weight: 500;
}

.cta-section {
    background: #1E3A8A;
    padding: 80px 0;
    color: #ffffff;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

footer {
    background: #1E3A8A;
    color: #CBD5E1;
    padding: 60px 0 30px 0;
}

footer .footer-brand {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

footer h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 8px;
    color: #CBD5E1;
}

footer ul li a {
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s;
}

footer ul li a:hover {
    color: #ffffff;
}

footer .footer-bottom {
    border-top: 1px solid #2D4E9E;
    padding-top: 24px;
    margin-top: 40px;
    font-size: 13px;
    color: #64748B;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #2563EB;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #64748B;
    font-weight: 500;
}

.team-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    background: #ffffff;
    transition: box-shadow 0.2s;
}

.team-card:hover {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
}

.team-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.team-card-body {
    padding: 24px;
}

.team-card-body h5 {
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 4px;
}

.team-card-body p {
    color: #64748B;
    font-size: 14px;
    margin: 0;
}

.solution-card {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 40px 32px;
    background: #ffffff;
    height: 100%;
    transition: box-shadow 0.2s;
}

.solution-card:hover {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
}

.solution-icon {
    width: 64px;
    height: 64px;
    background: #EFF6FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2563EB;
    margin-bottom: 24px;
}

.roi-metric {
    text-align: center;
    padding: 40px 24px;
    background: #F8FAFF;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
}

.roi-value {
    font-size: 52px;
    font-weight: 700;
    color: #2563EB;
    line-height: 1;
    margin-bottom: 8px;
}

.roi-label {
    font-size: 16px;
    font-weight: 600;
    color: #1E3A8A;
    margin-bottom: 8px;
}

.roi-desc {
    font-size: 14px;
    color: #64748B;
}

.value-card {
    padding: 32px;
    border-radius: 8px;
    background: #F8FAFF;
    border: 1px solid #E2E8F0;
    height: 100%;
}

.value-icon {
    width: 48px;
    height: 48px;
    background: #EFF6FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2563EB;
    margin-bottom: 16px;
}

.arch-placeholder {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 14px;
    font-weight: 500;
}

.code-block {
    background: #0F172A;
    border-radius: 8px;
    padding: 28px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    color: #94A3B8;
    overflow-x: auto;
}

.code-block .code-key {
    color: #7DD3FC;
}

.code-block .code-string {
    color: #86EFAC;
}

.code-block .code-comment {
    color: #475569;
}

.compliance-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F8FAFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 600;
    color: #1E3A8A;
}

.compliance-badge .badge-icon {
    width: 36px;
    height: 36px;
    background: #EFF6FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563EB;
    font-size: 18px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    background: #EFF6FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2563EB;
    flex-shrink: 0;
}

.map-placeholder {
    background: #E2E8F0;
    border-radius: 8px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 14px;
    font-weight: 500;
}

.insight-card {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 32px;
    background: #ffffff;
    transition: box-shadow 0.2s;
    height: 100%;
}

.insight-card:hover {
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
}

.insight-tag {
    display: inline-block;
    background: #EFF6FF;
    color: #2563EB;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.insight-date {
    font-size: 13px;
    color: #94A3B8;
    margin-bottom: 10px;
}

.insight-card h5 {
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 12px;
    line-height: 1.4;
}

.page-hero {
    padding: 100px 0 60px 0;
    background: #F8FAFF;
    border-bottom: 1px solid #E2E8F0;
}

.page-hero h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 16px;
}

.page-hero p {
    font-size: 17px;
    color: #475569;
    max-width: 580px;
}

.legal-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 0;
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1E3A8A;
    margin-top: 40px;
    margin-bottom: 12px;
}

.legal-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1E293B;
    margin-top: 28px;
    margin-bottom: 10px;
}

.legal-content p {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E3A8A;
    color: #ffffff;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 9999;
    flex-wrap: wrap;
}

#cookie-banner p {
    margin: 0;
    font-size: 14px;
    color: #CBD5E1;
    flex: 1;
}

#cookie-banner .cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

#cookie-banner button {
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

#cookie-banner .btn-accept {
    background: #2563EB;
    color: #ffffff;
}

#cookie-banner .btn-decline {
    background: transparent;
    border: 1px solid #64748B;
    color: #CBD5E1;
}

#cookie-banner button:hover {
    opacity: 0.85;
}

.section-pad {
    padding: 80px 0;
}

.alternating-row {
    padding: 60px 0;
    border-bottom: 1px solid #F1F5F9;
}

.alternating-row:last-child {
    border-bottom: none;
}

.feature-img-placeholder {
    background: #E2E8F0;
    border-radius: 8px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 14px;
    font-weight: 500;
}

.impl-step {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.impl-step-num {
    width: 40px;
    height: 40px;
    background: #2563EB;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.impl-step-content h5 {
    font-weight: 600;
    color: #1E3A8A;
    margin-bottom: 6px;
}

.impl-step-content p {
    color: #64748B;
    font-size: 14px;
    margin: 0;
}

/* === Card Uniformity Fix (auto-generated) === */

.capability-card {
  display: flex;
  flex-direction: column;
}

.insight-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-body > a:last-child,
.article-body > p:last-child + a {
  margin-top: auto;
}

.capability-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.insight-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.article-body > p {
  flex: 1;
}

.article-body > a:last-child,
.article-body > 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) === */

.article-body > :last-child {
  margin-top: auto;
}

.team-card > :last-child {
  margin-top: auto;
}

a.read-more,
[class*="read-more"],
[class*="blog-read-more"] {
  margin-top: 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;
}

/* Form placeholder visibility */
input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input, textarea, select {
  color: #111827;
  border: 1px solid #d1d5db;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--accent, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Universal card equal height */
[class$="-card"], [class*="-card "] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
