* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1e293b;
    background: #fff;
}

a {
    color: #1D4ED8;
    text-decoration: none;
}

a:hover {
    color: #1e40af;
}

.site-nav {
    background: #0c1e35;
    padding: 0 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.site-nav .navbar-brand {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.site-nav .navbar-brand span {
    color: #60a5fa;
}

.site-nav .nav-link {
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px;
    transition: color 0.2s;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
    color: #fff;
}

.nav-cta {
    background: #1D4ED8;
    border-radius: 6px;
    padding: 8px 20px;
}

.nav-cta a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.nav-cta a:hover {
    color: #fff;
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

.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%28255%2c255%2c255%2c0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
    background: linear-gradient(135deg, rgba(12,30,53,0.85) 0%, rgba(30,58,95,0.85) 60%, rgba(29,78,216,0.85) 100%), url('../images/index-01.jpg');
    background-size: cover;
    background-position: center;
    padding: 90px 0 80px;
    color: #fff;
    min-height: 480px;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-section .hero-sub {
    font-size: 20px;
    color: #94a3b8;
    margin-bottom: 36px;
    max-width: 520px;
}

.btn-primary {
    background: #1D4ED8;
    border-color: #1D4ED8;
    color: #fff;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
    transition: background 0.2s, border-color 0.2s;
}

.btn-primary:hover {
    background: #1e40af;
    border-color: #1e40af;
    color: #fff;
}

.btn-outline-light {
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
}

.img-placeholder {
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 14px;
    border-radius: 8px;
}

.section-pad {
    padding: 80px 0;
}

.section-pad-sm {
    padding: 50px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #0c1e35;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.section-sub {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 48px;
}

.bg-light-gray {
    background: #f8fafc;
}

.bg-dark-navy {
    background: #0c1e35;
    color: #fff;
}

.bg-dark-navy .section-title {
    color: #fff;
}

.bg-dark-navy .section-sub {
    color: #94a3b8;
}

.card-feature {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}

.card-feature:hover {
    box-shadow: 0 8px 30px rgba(29,78,216,0.1);
    transform: translateY(-3px);
}

.card-feature .feature-icon {
    width: 52px;
    height: 52px;
    background: #dbeafe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.card-feature .feature-icon i {
    font-size: 22px;
    color: #1D4ED8;
}

.card-feature h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0c1e35;
    margin-bottom: 10px;
}

.card-feature p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

.accuracy-bar-wrap {
    margin-bottom: 18px;
}

.accuracy-label {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #0c1e35;
    margin-bottom: 6px;
}

.accuracy-bar-bg {
    background: #e2e8f0;
    border-radius: 4px;
    height: 12px;
    width: 100%;
}

.accuracy-bar-fill {
    height: 12px;
    background: #1D4ED8;
    border-radius: 4px;
}

.industry-case-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}

.industry-case-card .case-tag {
    display: inline-block;
    background: #dbeafe;
    color: #1D4ED8;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.industry-case-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0c1e35;
    margin-bottom: 10px;
}

.industry-case-card p {
    font-size: 14px;
    color: #64748b;
}

.stat-big {
    font-size: 52px;
    font-weight: 900;
    color: #1D4ED8;
    line-height: 1;
}

.stat-label {
    font-size: 15px;
    color: #64748b;
    margin-top: 6px;
}

.team-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.2s;
}

.team-card:hover {
    box-shadow: 0 6px 24px rgba(29,78,216,0.1);
}

.team-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 3px solid #dbeafe;
}

.team-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0c1e35;
    margin-bottom: 4px;
}

.team-card .role {
    font-size: 14px;
    color: #1D4ED8;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-card p {
    font-size: 14px;
    color: #64748b;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-info-item .ci-icon {
    width: 44px;
    height: 44px;
    background: #dbeafe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-item .ci-icon i {
    font-size: 18px;
    color: #1D4ED8;
}

.contact-info-item h6 {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-info-item p,
.contact-info-item a {
    font-size: 15px;
    color: #0c1e35;
}

.contact-form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
}

.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    color: #0c1e35;
}

.form-control:focus {
    border-color: #1D4ED8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.08);
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.news-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.2s;
}

.news-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.news-card-body {
    padding: 24px;
}

.news-card .news-date {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.news-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #0c1e35;
    margin-bottom: 10px;
}

.news-card p {
    font-size: 14px;
    color: #64748b;
}

.news-card .read-more {
    font-size: 14px;
    font-weight: 600;
    color: #1D4ED8;
    margin-top: 14px;
    display: inline-block;
}

.page-hero {
    background: linear-gradient(135deg, #0c1e35 0%, #1e3a5f 100%);
    padding: 70px 0 60px;
    color: #fff;
}

.page-hero h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
}

.page-hero p {
    font-size: 18px;
    color: #94a3b8;
}

.site-footer {
    background: #0c1e35;
    color: #cbd5e1;
    padding: 60px 0 28px;
}

.site-footer .footer-brand {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.site-footer .footer-brand span {
    color: #60a5fa;
}

.site-footer .footer-desc {
    font-size: 14px;
    color: #94a3b8;
    max-width: 260px;
    line-height: 1.6;
}

.site-footer h6 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    margin-bottom: 10px;
    color: #cbd5e1;
}

.site-footer ul li a {
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.2s;
}

.site-footer ul li a:hover {
    color: #fff;
}

.footer-divider {
    border-color: rgba(255,255,255,0.08);
    margin: 36px 0 24px;
}

.footer-copy {
    font-size: 13px;
    color: #64748b;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0c1e35;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 16px 0;
    z-index: 9999;
    display: none;
}

.cookie-banner p {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
}

.cookie-banner a {
    color: #60a5fa;
}

.btn-cookie-accept {
    background: #1D4ED8;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.btn-cookie-accept:hover {
    background: #1e40af;
}

.breadcrumb-area {
    background: #f8fafc;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.breadcrumb-area .breadcrumb {
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #1D4ED8;
}

.breadcrumb-item.active {
    color: #64748b;
}

.legal-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0c1e35;
    margin: 32px 0 14px;
}

.legal-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0c1e35;
    margin: 24px 0 10px;
}

.legal-content p {
    font-size: 15px;
    color: #374151;
    margin-bottom: 14px;
}

.legal-content ul {
    font-size: 15px;
    color: #374151;
    margin-bottom: 14px;
    padding-left: 24px;
}

.product-feature-row {
    margin-bottom: 60px;
}

.product-feature-row h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0c1e35;
    margin-bottom: 14px;
}

.product-feature-row p {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 20px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    font-size: 15px;
    color: #374151;
    padding: 6px 0;
    padding-left: 28px;
    position: relative;
}

.check-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 13px;
    color: #1D4ED8;
    position: absolute;
    left: 0;
    top: 8px;
}

.solutions-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 36px 28px;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}

.solutions-card:hover {
    box-shadow: 0 8px 30px rgba(29,78,216,0.1);
    transform: translateY(-3px);
}

.solutions-card .sol-icon {
    width: 56px;
    height: 56px;
    background: #dbeafe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.solutions-card .sol-icon i {
    font-size: 24px;
    color: #1D4ED8;
}

.solutions-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0c1e35;
    margin-bottom: 12px;
}

.solutions-card p {
    font-size: 15px;
    color: #64748b;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 32px;
    }
    .hero-section .hero-sub {
        font-size: 17px;
    }
    .section-title {
        font-size: 28px;
    }
    .stat-big {
        font-size: 40px;
    }
    .section-pad {
        padding: 50px 0;
    }
    .contact-form-card {
        padding: 24px 20px;
    }
    .page-hero h1 {
        font-size: 30px;
    }
}

/* === Card Uniformity Fix (auto-generated) === */

.news-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.card-feature > p {
  flex: 1;
}
.card-feature > a:last-child,
.card-feature > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.contact-form-card > p {
  flex: 1;
}
.contact-form-card > a:last-child,
.contact-form-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.industry-case-card > p {
  flex: 1;
}
.industry-case-card > a:last-child,
.industry-case-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.news-card > p {
  flex: 1;
}
.news-card > a:last-child,
.news-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.solutions-card > p {
  flex: 1;
}
.solutions-card > a:last-child,
.solutions-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;
}

/* === Last-Child Pin Fix (auto-generated) === */

.contact-form-card > :last-child {
  margin-top: auto;
}

.industry-case-card > :last-child {
  margin-top: auto;
}

.news-card > :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;
}
