@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  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;
  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;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
       url('../webfonts/fa-brands-400.ttf') format('truetype');
}
*,*::before,*::after{box-sizing:border-box;}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:#1f2937;background:#fff;margin:0;}
a{color:#F97316;text-decoration:none;}
a:hover{color:#ea6a05;}
.text-muted{color:#6b7280!important;}

.navbar{background:#fff;border-bottom:1px solid #f3f4f6;padding:14px 0;}
.navbar-brand{font-weight:800;font-size:22px;color:#1f2937!important;letter-spacing:-0.5px;}
.navbar-brand span{color:#F97316;}
.nav-link{color:#1f2937!important;font-weight:500;font-size:15px;padding:6px 14px!important;}
.nav-link:hover{color:#F97316!important;}
.btn-nav-cta{background:#F97316;color:#fff!important;border-radius:6px;padding:8px 20px!important;font-weight:600;font-size:15px;border:none;}
.btn-nav-cta:hover{background:#ea6a05;color:#fff!important;}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1f2937;color:#fff;padding:14px 24px;display:none;align-items:center;justify-content:space-between;gap:16px;z-index:9999;font-size:14px;}
.cookie-banner p{margin:0;color:#d1d5db;}
.cookie-banner a{color:#F97316;}
.cookie-btn{background:#F97316;color:#fff;border:none;border-radius:5px;padding:8px 20px;font-weight:600;cursor:pointer;white-space:nowrap;}
.cookie-btn:hover{background:#ea6a05;}

.hero-section{background:linear-gradient(135deg,#fff5ee 0%,#fff 60%);padding:80px 0 60px;}
.hero-badge{display:inline-block;background:#fff5ee;color:#F97316;border:1px solid #F97316;border-radius:20px;padding:5px 16px;font-size:13px;font-weight:600;margin-bottom:20px;}
.hero-section h1{font-size:48px;font-weight:800;color:#1f2937;line-height:1.15;margin-bottom:20px;}
.hero-lead{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto 32px;}
.btn-primary-custom{background:#F97316;color:#fff;border:none;border-radius:7px;padding:13px 30px;font-weight:700;font-size:16px;cursor:pointer;display:inline-block;transition:background 0.2s;}
.btn-primary-custom:hover{background:#ea6a05;color:#fff;}
.btn-outline-custom{background:#fff;color:#F97316;border:2px solid #F97316;border-radius:7px;padding:11px 30px;font-weight:700;font-size:16px;cursor:pointer;display:inline-block;transition:all 0.2s;margin-left:12px;}
.btn-outline-custom:hover{background:#F97316;color:#fff;}

.hero-visual{background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px;font-weight:500;}

.hero-stats{display:flex;gap:40px;justify-content:center;margin-top:40px;flex-wrap:wrap;}
.hero-stat{text-align:center;}
.hero-stat .stat-value{font-size:28px;font-weight:800;color:#F97316;}
.hero-stat .stat-label{font-size:13px;color:#6b7280;margin-top:2px;}

.section-title{font-size:42px;font-weight:800;color:#1f2937;margin-bottom:16px;line-height:1.15;}
.section-sub{font-size:17px;color:#6b7280;max-width:560px;margin:0 auto 40px;}

.model-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:32px 28px;transition:box-shadow 0.2s,transform 0.2s;}
.model-card:hover{box-shadow:0 8px 32px rgba(249,115,22,0.12);transform:translateY(-3px);}
.model-icon{width:52px;height:52px;background:#fff5ee;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.model-icon i{font-size:22px;color:#F97316;}
.model-card h4{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:10px;}
.model-card p{color:#6b7280;font-size:15px;line-height:1.6;margin:0;}

.roi-bar{background:#1f2937;padding:60px 0;}
.roi-bar .section-title{color:#fff;}
.roi-stat{text-align:center;padding:20px;}
.roi-stat .roi-value{font-size:36px;font-weight:800;color:#F97316;margin-bottom:6px;}
.roi-stat .roi-label{font-size:15px;color:#9ca3af;}

.integration-wall{padding:60px 0;background:#f9fafb;}
.logo-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:18px 24px;text-align:center;font-weight:600;font-size:14px;color:#6b7280;min-height:56px;display:flex;align-items:center;justify-content:center;}

.pricing-section{padding:80px 0;background:#fff;}
.pricing-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:36px 28px;display:flex;flex-direction:column;transition:box-shadow 0.2s;}
.pricing-card.popular{border:2px solid #F97316;position:relative;}
.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#F97316;color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:20px;}
.pricing-card h3{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:6px;}
.price-amount{font-size:44px;font-weight:800;color:#1f2937;line-height:1;margin:16px 0 4px;}
.price-amount sup{font-size:22px;vertical-align:super;}
.price-period{font-size:14px;color:#6b7280;margin-bottom:24px;}
.pricing-features{list-style:none;padding:0;margin:0 0 24px;flex:1;}
.pricing-features li{padding:7px 0;font-size:15px;color:#6b7280;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:8px;}
.pricing-features li i{color:#F97316;font-size:13px;}
.pricing-spacer{flex:1;}
.btn-pricing{display:block;text-align:center;background:#F97316;color:#fff;border:none;border-radius:7px;padding:13px;font-weight:700;font-size:15px;cursor:pointer;transition:background 0.2s;margin-top:auto;}
.btn-pricing:hover{background:#ea6a05;color:#fff;}
.btn-pricing-outline{background:#fff;color:#F97316;border:2px solid #F97316;}
.btn-pricing-outline:hover{background:#F97316;color:#fff;}

.cta-dark{background:#1f2937;padding:80px 0;text-align:center;}
.cta-dark h2{font-size:36px;font-weight:800;color:#fff;margin-bottom:16px;}
.cta-dark p{font-size:17px;color:#9ca3af;margin-bottom:32px;}

.page-hero{background:linear-gradient(135deg,#fff5ee 0%,#fff 60%);padding:70px 0 50px;text-align:center;}
.page-hero h1{font-size:42px;font-weight:800;color:#1f2937;margin-bottom:14px;}
.page-hero p{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto;}

.content-section{padding:80px 0;}
.content-section.alt-section{padding:80px 0;}

.step-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:32px 28px;text-align:center;}
.step-number{width:48px;height:48px;background:#F97316;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;margin:0 auto 16px;}
.step-card h4{font-size:18px;font-weight:700;margin-bottom:10px;}
.step-card p{color:#6b7280;font-size:15px;margin:0;}

.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:28px;transition:box-shadow 0.2s;}
.feature-card:hover{box-shadow:0 6px 24px rgba(249,115,22,0.1);}
.feature-card i{font-size:26px;color:#F97316;margin-bottom:14px;}
.feature-card h4{font-size:17px;font-weight:700;margin-bottom:8px;}
.feature-card p{color:#6b7280;font-size:14px;margin:0;}

.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:32px;text-align:center;}
.value-card i{font-size:30px;color:#F97316;margin-bottom:14px;}
.value-card h4{font-size:18px;font-weight:700;margin-bottom:8px;}
.value-card p{color:#6b7280;font-size:15px;margin:0;}

.stat-box{text-align:center;padding:20px;}
.stat-box .num{font-size:36px;font-weight:800;color:#F97316;}
.stat-box .lbl{font-size:14px;color:#6b7280;margin-top:4px;}

.team-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 24px;text-align:center;transition:box-shadow 0.2s;}
.team-card:hover{box-shadow:0 6px 24px rgba(0,0,0,0.08);}
.team-photo{width:120px;height:120px;border-radius:50%;background:#e5e7eb;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:13px;}
.team-card h4{font-size:19px;font-weight:700;margin-bottom:4px;}
.team-card .title{font-size:14px;color:#F97316;font-weight:600;margin-bottom:12px;}
.team-card p{color:#6b7280;font-size:14px;line-height:1.6;margin:0;}

.contact-info-box{padding:32px;}
.contact-info-box h3{font-size:22px;font-weight:700;margin-bottom:24px;}
.contact-info-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px;}
.contact-info-item i{font-size:18px;color:#F97316;margin-top:3px;width:20px;}
.contact-info-item p{margin:0;color:#6b7280;font-size:15px;}
.contact-form-box{background:#f9fafb;border-radius:10px;padding:36px;}
.form-label{font-weight:600;font-size:14px;color:#1f2937;margin-bottom:6px;}
.form-control{border:1px solid #e5e7eb;border-radius:7px;padding:11px 14px;font-size:15px;color:#1f2937;background:#fff;}
.form-control:focus{border-color:#F97316;box-shadow:0 0 0 3px rgba(249,115,22,0.12);outline:none;}

.blog-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:box-shadow 0.2s;}
.blog-card:hover{box-shadow:0 6px 24px rgba(0,0,0,0.08);}
.blog-card-body{padding:24px;}
.blog-category{font-size:12px;font-weight:700;color:#F97316;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:8px;}
.blog-card h3{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:10px;}
.blog-card p{color:#6b7280;font-size:14px;margin-bottom:14px;}
.blog-date{font-size:13px;color:#9ca3af;}

.legal-content{max-width:760px;margin:0 auto;padding:60px 24px;}
.legal-content h1{font-size:34px;font-weight:800;margin-bottom:8px;}
.legal-content .effective{color:#6b7280;font-size:14px;margin-bottom:36px;}
.legal-content h2{font-size:20px;font-weight:700;color:#1f2937;margin:32px 0 12px;}
.legal-content p,.legal-content li{color:#6b7280;font-size:15px;line-height:1.7;}
.legal-content ul{padding-left:20px;}

footer{background:#1f2937;color:#fff;padding:56px 0 28px;}
.footer-brand{font-size:22px;font-weight:800;margin-bottom:12px;}
.footer-brand span{color:#F97316;}
.footer-tagline{color:#9ca3af;font-size:14px;margin-bottom:0;}
.footer-heading{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#fff;margin-bottom:16px;}
footer ul{list-style:none;padding:0;margin:0;}
footer ul li{margin-bottom:8px;}
footer ul li a{color:#9ca3af;font-size:14px;transition:color 0.2s;}
footer ul li a:hover{color:#F97316;}
footer ul li span{color:#9ca3af;font-size:14px;}
.footer-bottom{border-top:1px solid #374151;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.footer-bottom p{margin:0;color:#6b7280;font-size:13px;}

/* === Card Uniformity Fix (auto-generated) === */

.blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card {
  height: 100%;
}

.step-card {
  height: 100%;
  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;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pricing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.step-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;
}

.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;
}

.blog-card > :last-child {
  margin-top: auto;
}

.compare-card > :last-child {
  margin-top: auto;
}

.pricing-card > :last-child {
  margin-top: auto;
}

.principle-card > :last-child {
  margin-top: auto;
}

.team-card > :last-child {
  margin-top: auto;
}

.value-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;
}

/* ============================================================
   PRODUCT PAGE VISUAL UPGRADE (2026-04-24)
   ============================================================ */

/* --- 1. PAGE HERO: dark gradient + glow + screenshot --- */
.page-hero-dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(249,115,22,0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.page-hero-dark .section-label {
  display: block;
  color: #F97316;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-hero-h1 {
  font-size: 44px;
  font-weight: 800;
  color: #f8fafc !important;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.page-hero-sub {
  font-size: 18px;
  color: #94a3b8 !important;
  max-width: 560px;
  margin: 0 auto 48px;
}
.page-hero-screenshot {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}
.page-hero-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 24px 72px rgba(0,0,0,0.5), 0 0 0 1px rgba(249,115,22,0.15);
  display: block;
}

/* --- 2. HOW IT WORKS: styled step cards + section bg --- */
.hiw-section {
  background: #F9FAFB;
}
.step-card-v2 {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 32px !important;
  border: 1px solid #e5e7eb !important;
  border-left: 4px solid #F97316 !important;
  text-align: left !important;
  transition: transform 0.2s, box-shadow 0.2s;
}
.step-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(249,115,22,0.14);
}
.step-num-v2 {
  font-size: 48px;
  font-weight: 800;
  color: #F97316;
  line-height: 1;
  margin-bottom: 16px;
}
.step-card-v2 h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}
.step-card-v2 p {
  color: #6b7280;
  font-size: 15px;
  margin: 0;
}
/* Product steps workflow image */
.product-steps-visual {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.product-steps-img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* --- 3. CORE FEATURES: icon bg + card upgrades --- */
.feature-card-v2 {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 28px !important;
  border: 1px solid #e5e7eb !important;
  transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(249,115,22,0.15);
}
.feature-icon-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(249,115,22,0.1);
  border-radius: 12px;
  margin-bottom: 18px;
}
.feature-icon-v2 i {
  font-size: 26px;
  color: #F97316;
}
.feature-card-v2 h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
}
.feature-card-v2 p {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

/* --- 4. PRODUCT SCREENSHOT: title + dark container + glow --- */
.screenshot-section {
  background: #0f172a;
  padding: 80px 0;
}
.screenshot-section .section-title {
  color: #f8fafc !important;
}
.screenshot-wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.screenshot-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(249,115,22,0.2) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.screenshot-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(249,115,22,0.2);
  display: block;
}

/* --- 5. DATA INGESTION: gradient bg + spaced list --- */
.data-ingestion-section {
  background: linear-gradient(135deg, #f8fafc 0%, #fff5ee 100%);
}
.check-list-spaced li {
  padding: 8px 0 !important;
}

/* --- 6. TESTIMONIALS: quote icon + hover lift --- */
.testimonial-card-v2 {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card-v2:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.testimonial-quote-icon {
  font-size: 28px;
  color: rgba(249,115,22,0.2);
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}

/* === Global Section Label + Title Fix === */
.section-label {
  display: block;
  color: #F97316;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* 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;
}
