*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',system-ui,sans-serif;color:#111827;background:#fff;font-size:16px;line-height:1.6}
a{text-decoration:none;color:#1E40AF}
a:hover{color:#1E3A8A}
img{max-width:100%;height:auto}

.navbar{background:#1E3A8A;padding:16px 0}
.navbar-brand{font-size:22px;font-weight:700;color:#fff}
.navbar-brand span{color:#60A5FA}
.navbar .nav-link{color:#CBD5E1;font-size:15px;font-weight:500;padding:8px 14px}
.navbar .nav-link:hover{color:#fff}
.navbar-toggler{border-color:#CBD5E1}
.navbar-toggler-icon{filter:invert(1)}
.nav-cta{background:#1E40AF;color:#fff;border-radius:6px;padding:8px 20px;font-weight:600;transition:background 0.2s}
.nav-cta:hover{background:#1d4ed8;color:#fff}
.nav-cta a{color:#fff}

.hero-section{padding:0;background:#1E3A8A;position:relative;overflow:hidden}
.hero-overlay{background:linear-gradient(135deg,rgba(15,23,42,0.82) 0%,rgba(30,58,138,0.75) 100%);padding:100px 0 110px}
.hero-content{max-width:720px;margin:0 auto}
.hero-section h1{font-size:46px;font-weight:800;line-height:1.15;color:#fff;margin-bottom:20px;text-shadow:0 2px 8px rgba(0,0,0,0.3)}
.hero-section p{font-size:18px;color:#CBD5E1;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}
.btn-primary-brand{background:#1E40AF;color:#fff;padding:13px 28px;border-radius:6px;font-weight:600;font-size:16px;border:none;display:inline-block;transition:background 0.2s}
.btn-primary-brand:hover{background:#1E3A8A;color:#fff}
.btn-outline-brand{background:transparent;color:#1E40AF;padding:12px 28px;border-radius:6px;font-weight:600;font-size:16px;border:2px solid #1E40AF;display:inline-block;transition:all 0.2s}
.btn-outline-brand:hover{background:#1E40AF;color:#fff}
.hero-section .btn-outline-brand{color:#fff;border-color:rgba(255,255,255,0.6)}
.hero-section .btn-outline-brand:hover{background:rgba(255,255,255,0.15);color:#fff;border-color:#fff}
.hero-img-placeholder{background:#EFF6FF;border:2px solid #BFDBFE;border-radius:12px;width:100%;height:420px;display:flex;align-items:center;justify-content:center;color:#3B82F6;font-size:15px;text-align:center;padding:20px}

.section-title{font-size:32px;font-weight:700;color:#111827;margin-bottom:12px}
.section-subtitle{font-size:17px;color:#4B5563;margin-bottom:48px}

.frameworks-section{padding:72px 0;background:#EFF6FF}
.framework-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:28px;height:100%;transition:box-shadow 0.2s}
.framework-card:hover{box-shadow:0 4px 20px rgba(30,64,175,0.1)}
.framework-badge{display:inline-block;background:#1E40AF;color:#fff;font-size:13px;font-weight:700;padding:4px 12px;border-radius:20px;margin-bottom:14px}
.framework-card h4{font-size:18px;font-weight:700;color:#111827;margin-bottom:10px}
.framework-card p{font-size:14px;color:#4B5563;margin:0}

.metrics-section{padding:64px 0;background:#1E3A8A}
.metric-item{text-align:center;padding:24px}
.metric-number{font-size:40px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:8px}
.metric-label{font-size:15px;color:#93C5FD}

.timeline-section{padding:72px 0;background:#fff}
.timeline-steps{display:flex;align-items:flex-start;gap:0;margin-top:48px}
.timeline-step{flex:1;text-align:center;position:relative;padding:0 16px}
.timeline-step:not(:last-child)::after{content:'';position:absolute;top:28px;right:-1px;width:calc(100% - 48px);height:2px;background:#BFDBFE;left:50%}
.step-circle{width:56px;height:56px;background:#1E40AF;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff;font-size:20px;font-weight:700;position:relative;z-index:1}
.step-label{font-size:13px;font-weight:600;color:#1E40AF;margin-bottom:6px;text-transform:uppercase;letter-spacing:0.5px}
.step-title{font-size:17px;font-weight:700;color:#111827;margin-bottom:6px}
.step-desc{font-size:14px;color:#4B5563}

.trust-section{padding:48px 0;background:#EFF6FF;border-top:1px solid #DBEAFE;border-bottom:1px solid #DBEAFE}
.trust-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #BFDBFE;border-radius:8px;padding:12px 20px;margin:8px}
.trust-badge i{color:#1E40AF;font-size:20px}
.trust-badge span{font-size:14px;font-weight:600;color:#1E3A8A}

.pricing-preview-section{padding:72px 0;background:#fff}
.pricing-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:32px;height:100%;display:flex;flex-direction:column}
.pricing-card.popular{border:2px solid #1E40AF;box-shadow:0 4px 24px rgba(30,64,175,0.15)}
.pricing-card .popular-badge{background:#1E40AF;color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:20px;display:inline-block;margin-bottom:12px}
.pricing-card h3{font-size:24px;font-weight:800;color:#111827;margin-bottom:4px}
.pricing-card .price{font-size:36px;font-weight:800;color:#1E40AF;margin:12px 0}
.pricing-card .price sup{font-size:20px;vertical-align:super;font-weight:700}
.pricing-card .price-unit{font-size:16px;color:#4B5563;font-weight:400}
.pricing-card .plan-desc{font-size:14px;color:#4B5563;margin-bottom:20px}
.pricing-card ul{list-style:none;padding:0;margin:0 0 24px;flex-grow:1}
.pricing-card ul li{font-size:14px;color:#374151;padding:6px 0;border-bottom:1px solid #F3F4F6;display:flex;align-items:center;gap:8px}
.pricing-card ul li i{color:#1E40AF}
.pricing-card .btn-card{margin-top:auto;text-align:center;padding:10px 24px;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.2s;display:flex;align-items:center;justify-content:center;height:48px}
.pricing-card .btn-card-primary{background:#1E40AF;color:#fff}
.pricing-card .btn-card-primary:hover{background:#1E3A8A;color:#fff}
.pricing-card .btn-card-outline{background:transparent;color:#1E40AF;border:2px solid #1E40AF}
.pricing-card .btn-card-outline:hover{background:#1E40AF;color:#fff}

.cta-section{padding:72px 0;background:#1E3A8A;text-align:center}
.cta-section h2{font-size:34px;font-weight:800;color:#fff;margin-bottom:16px}
.cta-section p{font-size:18px;color:#93C5FD;margin-bottom:32px}

.img-placeholder{background:#EFF6FF;border:2px solid #BFDBFE;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#3B82F6;font-size:14px;text-align:center;padding:20px}

.feature-section{padding:72px 0}
.feature-section h2{font-size:30px;font-weight:700;color:#111827;margin-bottom:14px}
.feature-section p{font-size:16px;color:#4B5563;margin-bottom:20px}
.feature-section ul{list-style:none;padding:0;margin:0}
.feature-section ul li{font-size:15px;color:#374151;padding:6px 0;display:flex;align-items:center;gap:8px}
.feature-section ul li i{color:#1E40AF}
.feature-bg-alt{background:#EFF6FF}

.integrations-section{padding:64px 0;background:#F9FAFB;text-align:center}
.integration-logo{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:16px 24px;margin:8px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#4B5563;min-width:120px}

.pricing-table{width:100%;border-collapse:collapse;margin-bottom:48px}
.pricing-table th{background:#1E3A8A;color:#fff;padding:14px 18px;font-size:14px;font-weight:600;text-align:center}
.pricing-table th:first-child{text-align:left}
.pricing-table td{padding:12px 18px;font-size:14px;color:#374151;border-bottom:1px solid #E5E7EB;text-align:center}
.pricing-table td:first-child{text-align:left;font-weight:500}
.pricing-table tr:nth-child(even){background:#F9FAFB}
.pricing-table .check{color:#1E40AF}
.pricing-table .dash{color:#D1D5DB}
.pricing-table .cat-row td{background:#EFF6FF;font-weight:700;color:#1E3A8A;text-align:left}

.faq-section{padding:64px 0;background:#fff}
.faq-item{border:1px solid #E5E7EB;border-radius:8px;margin-bottom:12px;overflow:hidden}
.faq-question{padding:18px 24px;font-size:16px;font-weight:600;color:#111827;cursor:pointer;background:#fff;display:flex;justify-content:space-between;align-items:center}
.faq-question:hover{background:#EFF6FF}
.faq-answer{padding:0 24px 18px;font-size:15px;color:#4B5563;display:none}
.faq-answer.open{display:block}

.about-hero{padding:80px 0;background:#EFF6FF}
.about-hero h1{font-size:40px;font-weight:800;color:#111827;margin-bottom:16px}
.about-hero p{font-size:18px;color:#4B5563}

.about-stats{padding:64px 0;background:#1E3A8A}
.stat-item{text-align:center;padding:20px}
.stat-number{font-size:42px;font-weight:800;color:#fff;margin-bottom:8px}
.stat-label{font-size:15px;color:#93C5FD}

.team-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:32px 24px;text-align:center;height:100%;transition:box-shadow 0.2s}
.team-card:hover{box-shadow:0 4px 20px rgba(30,64,175,0.1)}
.team-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto 20px;background:#EFF6FF;border:3px solid #BFDBFE;display:flex;align-items:center;justify-content:center;color:#3B82F6;font-size:14px}
.team-name{font-size:20px;font-weight:700;color:#111827;margin-bottom:4px}
.team-role{font-size:14px;font-weight:600;color:#1E40AF;margin-bottom:14px}
.team-bio{font-size:14px;color:#4B5563;line-height:1.6}

.contact-section{padding:72px 0}
.contact-form-wrap{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:40px}
.form-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}
.form-control{border:1px solid #E5E7EB;border-radius:6px;padding:12px 16px;font-size:15px;color:#111827;width:100%;transition:border-color 0.2s}
.form-control:focus{outline:none;border-color:#1E40AF;box-shadow:0 0 0 3px rgba(30,64,175,0.1)}
.form-select{border:1px solid #E5E7EB;border-radius:6px;padding:12px 16px;font-size:15px;color:#111827;width:100%}
.contact-info-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}
.contact-info-icon{width:44px;height:44px;background:#EFF6FF;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-info-icon i{color:#1E40AF;font-size:18px}
.contact-info-text h5{font-size:15px;font-weight:600;color:#111827;margin-bottom:4px}
.contact-info-text p{font-size:14px;color:#4B5563;margin:0}

.insights-hero{padding:60px 0;background:#EFF6FF}
.insights-hero h1{font-size:36px;font-weight:800;color:#111827;margin-bottom:12px}
.insights-hero p{font-size:17px;color:#4B5563}
.insights-grid{padding:64px 0}
.insight-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow:hidden;height:100%;transition:box-shadow 0.2s}
.insight-card:hover{box-shadow:0 4px 20px rgba(30,64,175,0.1)}
.insight-card-img{width:100%;height:220px;background:#EFF6FF;border-bottom:1px solid #E5E7EB;overflow:hidden;border-radius:10px 10px 0 0;padding:0}
.insight-card-body{padding:24px}
.insight-tag{display:inline-block;background:#EFF6FF;color:#1E40AF;font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:10px}
.insight-card h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:8px;line-height:1.4}
.insight-date{font-size:13px;color:#9CA3AF;margin-bottom:10px}
.insight-excerpt{font-size:14px;color:#4B5563;margin-bottom:16px}
.insight-card .read-more{font-size:14px;font-weight:600;color:#1E40AF}
.insight-card .read-more:hover{color:#1E3A8A}

.legal-section{padding:72px 0}
.legal-section h1{font-size:34px;font-weight:800;color:#111827;margin-bottom:8px}
.legal-section .last-updated{font-size:14px;color:#9CA3AF;margin-bottom:40px}
.legal-section h2{font-size:22px;font-weight:700;color:#1E3A8A;margin:32px 0 12px}
.legal-section p{font-size:15px;color:#374151;margin-bottom:14px;line-height:1.7}
.legal-section ul{padding-left:24px;margin-bottom:16px}
.legal-section ul li{font-size:15px;color:#374151;padding:4px 0;line-height:1.6}

footer{background:#1E3A8A;padding:56px 0 0}
.footer-logo{font-size:22px;font-weight:700;color:#fff;margin-bottom:14px}
.footer-logo span{color:#60A5FA}
.footer-tagline{font-size:14px;color:#93C5FD;margin-bottom:0}
.footer-heading{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:16px}
footer ul{list-style:none;padding:0;margin:0}
footer ul li{margin-bottom:10px}
footer ul li a{font-size:14px;color:#93C5FD;transition:color 0.2s}
footer ul li a:hover{color:#fff}
footer ul li{color:#93C5FD;font-size:14px}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.footer-contact-item i{color:#60A5FA;font-size:15px;margin-top:2px;flex-shrink:0}
.footer-contact-item span{font-size:14px;color:#93C5FD;line-height:1.5}
.footer-bottom{border-top:1px solid #1E40AF;padding:20px 0;margin-top:48px}
.footer-bottom p{font-size:13px;color:#64748B;margin:0}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1F2937;color:#fff;padding:18px 0;z-index:9999;display:none;box-shadow:0 -2px 12px rgba(0,0,0,0.25)}
.cookie-banner p{font-size:14px;color:#D1D5DB;margin:0}
.cookie-banner .btn-cookie-accept{background:#16A34A;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;margin-left:12px;transition:background 0.2s}
.cookie-banner .btn-cookie-accept:hover{background:#15803D}
.cookie-banner .btn-cookie-decline{background:transparent;color:#9CA3AF;border:1px solid #4B5563;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;margin-left:8px;transition:all 0.2s}
.cookie-banner .btn-cookie-decline:hover{background:#374151;color:#fff;border-color:#374151}

@media (max-width:991px){
.hero-section h1{font-size:34px}
.hero-overlay{padding:72px 0 80px}
.timeline-steps{flex-direction:column;gap:32px}
.timeline-step::after{display:none}
.metric-number{font-size:32px}
}
@media (max-width:767px){
.hero-overlay{padding:56px 0 64px}
.hero-section h1{font-size:28px}
.hero-section p{font-size:16px}
.frameworks-section,.pricing-preview-section,.timeline-section,.cta-section{padding:48px 0}
.about-hero h1{font-size:30px}
}

/* === Card Uniformity Fix (auto-generated) === */


.insight-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.article-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.read-more {
  margin-top: auto;
  display: inline-block;
}

.insight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.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) === */

.article-body > p {
  flex: 1;
}

.article-body > a:last-child,
.article-body > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.article-body > :last-child {
  margin-top: auto;
}

.pricing-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;
}
