/* ============================================================
   Teameo — clean HTML5 theme
   ============================================================ */

:root {
  --color-primary: #735FA9;
  --color-primary-dark: #4C2D80;
  --color-secondary: #3D3D3D;
  --color-accent: #E68628;
  --color-accent-btn: #B35400; /* darker orange for button backgrounds → passes WCAG AA 4.5:1 with white text */
  --color-white: #FFFFFF;
  --color-light-bg: #F7F6F9;
  --color-text: #3D3D3D;
  --color-text-muted: #7A7A7A;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { background: #fff; color-scheme: light; }
body { font-family: "Montserrat", sans-serif; font-size: 16px; line-height: 28px; color: var(--color-text); -webkit-font-smoothing: antialiased; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
strong { font-weight: 600; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
.container { max-width: 1224px; margin: 0 auto; padding: 0 20px; width: 100%; }

/* Product logos bar */
.product-logos { background: #fff; border-bottom: 1px solid var(--color-primary-dark); padding: 10px 0; overflow-x: auto; white-space: nowrap; }
.product-logos ul { display: flex; align-items: center; justify-content: center; gap: 32px; }
.product-logos ul li { flex-shrink: 0; display: flex; align-items: center; line-height: 0; }
.product-logos img { height: 20px; width: auto; object-fit: contain; display: block; }

/* Header */
.site-header { position: relative; z-index: 100; }
.header-nav { background: var(--color-primary-dark); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; gap: 24px; }
.header-left { display: flex; align-items: center; gap: 32px; flex: 1; min-width: 0; }
.logo-container img { height: 48px; width: auto; }
.header-menu { display: flex; align-items: center; gap: 24px; }
.header-menu a { font-size: 15px; font-weight: 600; color: #fff; }
.header-menu a:hover { color: var(--color-accent); }
.header-menu .menu-has-children { position: relative; }
.header-menu .menu-has-children > a::after { content: "▾"; margin-left: 4px; font-size: 10px; opacity: 0.7; }
.header-menu .sub-menu { display: none; position: absolute; top: 100%; left: -12px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border-radius: 8px; padding: 8px 0; min-width: 160px; z-index: 10; }
.header-menu .menu-has-children:hover .sub-menu { display: block; }
.header-menu .sub-menu a { display: block; padding: 8px 20px; font-weight: 500; color: var(--color-text); font-size: 14px; }
.header-menu .sub-menu a:hover { background: #f5f5f5; color: var(--color-accent); }
.header-right { display: flex; align-items: center; gap: 16px; }
.btn-header { background: var(--color-accent-btn); color: #fff !important; padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 15px; border: 1px solid transparent; transition: background 0.3s, border-color 0.3s; }
.btn-header:hover { background: transparent; border-color: var(--color-accent-btn); color: #fff !important; }
.toggle-mobile-menu { display: none; color: #fff; padding: 4px; }
.mobile-menu-container { display: none; background: var(--color-primary-dark); padding: 24px; }
.mobile-menu > li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.mobile-menu > li:last-child { border-bottom: 0; }
.mobile-menu a { color: #fff; font-weight: 600; font-size: 16px; }
.mobile-menu .sub-menu { padding: 10px 0 0 20px; border-left: 2px solid rgba(255,255,255,0.2); margin-top: 10px; }
.mobile-menu .sub-menu li { padding: 6px 0; }
.mobile-menu .sub-menu a { font-size: 14px; font-weight: 500; opacity: 0.9; }
.mobile-menu-container.active { display: block; }

/* Hero */
.hero { position: relative; background: linear-gradient(135deg, #4C2D80 0%, #735FA9 100%); color: #fff; overflow: hidden; padding: 80px 20px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: url("/assets/images/36a768f0-c9be-42d3-bdf8-c2d0463da548.png"); background-size: cover; background-position: center; opacity: 0.25; z-index: 0; }
.hero-inner { position: relative; z-index: 1; max-width: 1224px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero h1 { font-size: 48px; font-weight: 700; line-height: 1.15; margin: 0 0 20px; color: #fff; }
.hero p.hero-sub { font-size: 18px; line-height: 28px; margin: 0 0 28px; color: #fff; opacity: 0.95; }
.hero-image { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.3); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 24px; border-radius: 8px; font-size: 15px; font-weight: 600; border: 1px solid transparent; transition: background 0.3s, color 0.3s, border-color 0.3s; cursor: pointer; }
.btn-accent { background: var(--color-accent-btn); color: #fff; border-color: var(--color-accent-btn); }
.btn-accent:hover { background: transparent; color: #fff; }
.btn svg { width: 14px; height: 14px; fill: currentColor; }

/* Trust / Partner logos */
.trust-section { padding: 68px 20px 40px; background: #fff; }
.trust-section h2 { text-align: center; font-size: 34px; font-weight: 700; color: var(--color-secondary); margin: 0; }
.trust-section .lead { text-align: center; color: var(--color-primary); font-size: 17px; font-weight: 600; margin: 14px auto 40px; max-width: 760px; }
.trust-carousel { max-width: 1224px; margin: 0 auto; }
.trust-carousel .slick-slide { display: flex; align-items: center; justify-content: center; padding: 0 10px; }
.trust-carousel img { max-height: 72px; width: auto; margin: 0 auto; object-fit: contain; filter: grayscale(100%); opacity: 0.75; transition: filter 0.3s, opacity 0.3s; }
.trust-carousel img:hover { filter: grayscale(0); opacity: 1; }

/* Split sections (image + text) */
.split-section { padding: 72px 20px; }
.split-section.alt-bg { background: var(--color-light-bg); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1224px; margin: 0 auto; align-items: center; }
.split-section.reverse .split-grid > :first-child { order: 2; }
.split-section h2 { font-size: 34px; font-weight: 700; line-height: 42px; color: var(--color-secondary); margin: 0 0 8px; }
/* Eyebrow: small uppercase kicker label above section h2. Kept as a non-heading
   element (`<p class="eyebrow">`) so the page's heading outline stays sequential
   (h1 → h2 without skipping). */
.eyebrow { color: var(--color-primary); font-size: 16px; font-weight: 600; margin: 0 0 18px; text-transform: uppercase; letter-spacing: 0.5px; }
.benefits-section .eyebrow { margin: 0 0 8px; }
.split-section h5, .split-section .eyebrow { color: var(--color-primary); font-size: 16px; font-weight: 600; margin: 0 0 18px; text-transform: uppercase; letter-spacing: 0.5px; }
.split-section p.lead { font-size: 17px; line-height: 28px; color: var(--color-text); margin: 0 0 24px; }
.split-section img { border-radius: 12px; }

/* Feature list (checkmark rows) */
.feature-list { display: flex; flex-direction: column; gap: 16px; margin: 0 0 28px; }
.feature-item { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; }
.feature-icon { width: 24px; height: 24px; color: var(--color-accent); flex-shrink: 0; margin-top: 2px; }
.feature-text { font-size: 16px; line-height: 24px; color: var(--color-text); }
.feature-text b { font-weight: 700; color: var(--color-secondary); display: block; margin-bottom: 2px; }

/* Process / How It Works */
.process-section { padding: 88px 20px; background: #fff; }
.process-section .container > h2 { text-align: center; font-size: 34px; font-weight: 700; color: var(--color-secondary); margin: 0 0 10px; }
.process-section .lead { text-align: center; color: var(--color-primary); font-size: 17px; font-weight: 600; margin: 0 auto 48px; max-width: 760px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1224px; margin: 0 auto; }
.process-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 32px 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: transform 0.3s, box-shadow 0.3s; }
.process-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.process-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--color-primary); color: #fff; font-weight: 700; font-size: 20px; margin-bottom: 16px; }
.process-card h3 { font-size: 20px; font-weight: 700; color: var(--color-secondary); margin: 0 0 10px; }
.process-card p { font-size: 15px; line-height: 24px; color: var(--color-text); margin: 0; }

/* Benefits grid (3-col icon boxes) */
.benefits-section { padding: 72px 20px; background: var(--color-light-bg); }
.benefits-section .section-head { text-align: center; max-width: 800px; margin: 0 auto 48px; }
.benefits-section h5, .benefits-section .eyebrow { color: var(--color-primary); font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 8px; }
.benefits-section h2 { font-size: 34px; font-weight: 700; line-height: 42px; color: var(--color-secondary); margin: 0 0 16px; }
.benefits-section p.intro { font-size: 17px; line-height: 28px; color: var(--color-text); margin: 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1224px; margin: 0 auto; }
.benefit-card { background: #fff; border-radius: 16px; padding: 32px 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.benefit-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--color-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.benefit-icon svg { width: 28px; height: 28px; fill: currentColor; }
.benefit-card h3 { font-size: 20px; font-weight: 700; color: var(--color-secondary); margin: 0 0 10px; }
.benefit-card p { font-size: 15px; line-height: 24px; color: var(--color-text); margin: 0; }
@media (max-width: 1024px) { .benefits-grid { grid-template-columns: 1fr; } }

/* Final CTA */
.final-cta { background: linear-gradient(135deg, #4C2D80 0%, #735FA9 100%); color: #fff; padding: 72px 20px; }
.final-cta-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; max-width: 1224px; margin: 0 auto; align-items: center; }
.final-cta h2 { font-size: 34px; font-weight: 700; line-height: 42px; color: #fff; margin: 0 0 16px; }
.final-cta p { font-size: 17px; line-height: 28px; color: #fff; opacity: 0.95; margin: 0 0 28px; }
.final-cta img { width: 100%; max-width: 500px; margin-left: auto; }

/* Footer */
.site-footer { background: var(--color-primary-dark); color: #fff; }
.footer-newsletter { background: var(--color-primary); padding: 36px 20px; }
.footer-newsletter .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-newsletter .newsletter-copy h2,
.footer-newsletter .newsletter-copy h4 { font-size: 18px; font-weight: 600; color: #fff; margin: 0 0 6px; }
.footer-newsletter .newsletter-copy p { margin: 0; font-size: 15px; }
.footer-newsletter form { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-newsletter input[type="email"] { padding: 10px 14px; border-radius: 6px; border: 0; min-width: 240px; font: inherit; color: var(--color-text); }
.footer-newsletter button { background: var(--color-accent-btn); color: #fff; padding: 10px 22px; border-radius: 6px; font-weight: 600; }
.footer-main { padding: 56px 20px 24px; }
.footer-columns { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; max-width: 1224px; margin: 0 auto; }
.footer-columns h3,
.footer-columns h5 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin: 0 0 16px; }
.footer-columns p { font-size: 14px; line-height: 22px; margin: 0 0 8px; }
.footer-columns a { font-size: 14px; line-height: 28px; }
.footer-columns a:hover { color: var(--color-accent); }
.footer-columns img { height: 50px; margin-bottom: 12px; }
.footer-social { display: flex; gap: 12px; margin-top: 12px; }
.footer-social a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.1); }
.footer-social a:hover { background: var(--color-accent); }
.footer-social svg { width: 16px; height: 16px; fill: #fff; }
.footer-copyright { background: var(--color-primary); padding: 10px 20px; text-align: center; font-size: 13px; }
.footer-copyright a { color: inherit; }
.footer-copyright a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 1024px) {
  .header-menu { display: none; }
  .toggle-mobile-menu { display: flex; }
  .hero-inner, .split-grid, .final-cta-grid { grid-template-columns: 1fr; gap: 32px; }
  .split-section.reverse .split-grid > :first-child { order: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: 1fr; gap: 32px; }
  .footer-newsletter .container { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
  .hero { padding: 48px 20px; }
  .hero h1 { font-size: 34px; }
  .split-section, .process-section, .final-cta { padding: 56px 20px; }
  .split-section h2, .process-section .container > h2, .final-cta h2, .trust-section h2 { font-size: 26px; line-height: 34px; }
}


==============================================
   Inner pages
   ============================================================ */

/* Active nav link */
.header-menu a.active { color: var(--color-accent); }
.header-menu a.active::after { content: ""; display: block; width: 100%; height: 2px; background: var(--color-accent); border-radius: 2px; margin-top: 4px; }
.lang-switch { color: #fff; font-weight: 600; font-size: 14px; border: 1px solid rgba(255,255,255,0.4); padding: 6px 10px; border-radius: 6px; }
.lang-switch:hover { background: rgba(255,255,255,0.1); }

/* Page hero (shorter than homepage hero) */
.page-hero { position: relative; background: linear-gradient(135deg, #4C2D80 0%, #735FA9 100%); color: #fff; padding: 64px 20px 72px; overflow: hidden; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: url("/assets/images/36a768f0-c9be-42d3-bdf8-c2d0463da548.png"); background-size: cover; background-position: center; opacity: 0.15; z-index: 0; }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { font-size: 40px; font-weight: 700; line-height: 1.2; color: #fff; margin: 0 0 12px; }
.page-hero p { font-size: 17px; line-height: 26px; color: #fff; opacity: 0.95; max-width: 720px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 18px; }
.breadcrumb a { color: inherit; }
.breadcrumb a:hover { color: var(--color-accent); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.6; }

/* Generic page section */
.page-section { padding: 72px 20px; }
.page-section.alt-bg { background: var(--color-light-bg); }
.page-section h2 { font-size: 30px; font-weight: 700; color: var(--color-secondary); margin: 0 0 16px; }
.page-section h3 { font-size: 22px; font-weight: 700; color: var(--color-secondary); margin: 28px 0 10px; }
.page-section p { font-size: 16px; line-height: 26px; color: var(--color-text); margin: 0 0 16px; }
.page-section ul.list-check { list-style: none; padding: 0; margin: 16px 0 24px; display: flex; flex-direction: column; gap: 12px; }
.page-section ul.list-check li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.page-section ul.list-check li::before { content: ""; width: 18px; height: 18px; margin-top: 4px; background: var(--color-accent); mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat center / contain; -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat center / contain; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; max-width: 1224px; margin: 0 auto; align-items: start; }
.contact-info-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.contact-info-card h3 { margin-top: 0; }
.contact-info-list { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; }
.contact-info-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--color-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.contact-info-icon svg { width: 22px; height: 22px; fill: currentColor; }
.contact-info-label { font-size: 13px; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }
.contact-info-value { font-size: 16px; color: var(--color-secondary); font-weight: 600; }
.contact-info-value a { color: inherit; }
.contact-info-value a:hover { color: var(--color-accent); }

/* Form */
.form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 14px; font-weight: 600; color: var(--color-secondary); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 14px; border: 1px solid #ddd; border-radius: 8px; font: inherit; color: var(--color-text); background: #fff; transition: border-color 0.2s, box-shadow 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(115,95,169,0.15); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form button[type="submit"] { align-self: flex-start; margin-top: 8px; }

/* Demo page specifics */
.demo-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1224px; margin: 0 auto; align-items: center; }
.demo-iframe { border: 0; width: 100%; min-height: 720px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.demo-benefits { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 14px; }
.demo-benefits li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; }
.demo-benefits svg { width: 24px; height: 24px; color: var(--color-accent); fill: currentColor; margin-top: 2px; }

/* About page */
.about-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1224px; margin: 0 auto; align-items: center; }
.about-image { width: 100%; border-radius: 16px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 1224px; margin: 0 auto; text-align: center; }
.stat-card { padding: 24px 16px; }
.stat-num { font-size: 42px; font-weight: 700; color: var(--color-primary); line-height: 1; }
.stat-label { font-size: 15px; color: var(--color-text); margin-top: 8px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1224px; margin: 0 auto; }
.value-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.value-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--color-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value-icon svg { width: 24px; height: 24px; fill: currentColor; }
.value-card h3 { margin: 0 0 8px; font-size: 20px; }
.value-card p { font-size: 15px; line-height: 24px; margin: 0; }

/* Blog grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1224px; margin: 0 auto; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.04); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.blog-card .blog-thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, #735FA9, #4C2D80); overflow: hidden; display: flex; align-items: center; justify-content: center; color: #fff; }
.blog-card .blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card .blog-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card .blog-cat { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--color-accent); }
.blog-card h3 { font-size: 18px; line-height: 26px; color: var(--color-secondary); margin: 0; }
.blog-card h3 a { color: inherit; }
.blog-card h3 a:hover { color: var(--color-primary); }
.blog-card p { font-size: 14px; line-height: 22px; color: var(--color-text); margin: 0; flex: 1; }
.blog-card .blog-meta { font-size: 12px; color: var(--color-text-muted); display: flex; gap: 12px; margin-top: 8px; }

@media (max-width: 1024px) {
  .contact-grid, .demo-cta-grid, .about-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .page-hero h1 { font-size: 30px; }
  .form-row { grid-template-columns: 1fr; }
}



/* ============================================================
   Blog article typography
   ============================================================ */
.article-hero { padding: 56px 20px 48px; }
.article-hero .container { max-width: 840px; margin: 0 auto; }
.article-hero .article-cat { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.15); padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.article-hero h1 { font-size: 40px; font-weight: 700; line-height: 1.2; color: #fff; margin: 0 0 16px; text-align: center; }
.article-hero .article-sub { font-size: 18px; line-height: 28px; color: rgba(255,255,255,0.92); text-align: center; margin: 0 0 20px; }
.article-hero .article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; font-size: 13px; color: rgba(255,255,255,0.85); }
.article-hero .article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-hero .article-meta .sep { opacity: 0.5; }

.article-body { max-width: 760px; margin: 0 auto; padding: 56px 20px 72px; font-size: 17px; line-height: 1.7; color: var(--color-secondary); }
.article-body > * { margin-top: 0; }
.article-body > * + * { margin-top: 1.1em; }
.article-body h2 { font-size: 28px; font-weight: 700; line-height: 1.3; color: var(--color-secondary); margin-top: 2em; margin-bottom: 0.6em; scroll-margin-top: 80px; }
.article-body h2::before { content: ""; display: block; width: 40px; height: 3px; background: var(--color-accent); border-radius: 3px; margin-bottom: 16px; }
.article-body h3 { font-size: 22px; font-weight: 700; line-height: 1.35; color: var(--color-secondary); margin-top: 1.7em; margin-bottom: 0.5em; }
.article-body p { margin: 0 0 1.1em; }
.article-body ul, .article-body ol { padding-left: 1.4em; margin: 0.2em 0 1.2em; }
.article-body li { margin-bottom: 0.4em; }
.article-body li > strong:first-child { color: var(--color-secondary); }
.article-body blockquote { border-left: 4px solid var(--color-primary); background: var(--color-light-bg); margin: 1.6em 0; padding: 20px 24px; border-radius: 0 8px 8px 0; font-style: italic; color: var(--color-secondary); }
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-body code { background: #f4f2f7; color: var(--color-primary-dark, #4C2D80); padding: 2px 6px; border-radius: 4px; font-size: 0.9em; font-family: ui-monospace, "SF Mono", Consolas, monospace; }
.article-body pre { background: #2a223d; color: #e8e3f0; padding: 20px 24px; border-radius: 10px; overflow-x: auto; font-size: 14px; line-height: 1.55; margin: 1.4em 0; }
.article-body pre code { background: transparent; color: inherit; padding: 0; font-size: inherit; }
.article-body a { color: var(--color-primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body a:hover { color: var(--color-accent); }
.article-body img, .article-body figure img { width: 100%; border-radius: 12px; margin: 1.6em 0; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.article-body figure figcaption { text-align: center; font-size: 14px; color: #7A7A7A; margin-top: -0.8em; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: 15px; }
.article-body table th, .article-body table td { border: 1px solid #e8e4ef; padding: 10px 14px; text-align: left; }
.article-body table th { background: var(--color-light-bg); font-weight: 700; color: var(--color-secondary); }
.article-body .key-takeaways { background: linear-gradient(135deg, rgba(115,95,169,0.08), rgba(230,134,40,0.06)); border: 1px solid rgba(115,95,169,0.18); border-radius: 12px; padding: 24px 28px; margin: 1.8em 0; }
.article-body .key-takeaways h3 { margin-top: 0; color: var(--color-primary); font-size: 16px; text-transform: uppercase; letter-spacing: 0.8px; }
.article-body .key-takeaways ul { margin-bottom: 0; }

.article-cta-inline { background: linear-gradient(135deg, #4C2D80 0%, #735FA9 100%); color: #fff; border-radius: 16px; padding: 32px 28px; margin: 2em 0; text-align: center; }
.article-cta-inline h3 { color: #fff; font-size: 22px; margin: 0 0 8px; }
.article-cta-inline p { color: rgba(255,255,255,0.92); margin: 0 0 20px; }

.article-nav { max-width: 840px; margin: 0 auto; padding: 0 20px 40px; }
.article-nav a { display: inline-flex; align-items: center; gap: 8px; color: var(--color-primary); font-weight: 600; text-decoration: none; }
.article-nav a:hover { color: var(--color-accent); }

@media (max-width: 768px) {
  .article-hero h1 { font-size: 28px; }
  .article-body { padding: 40px 20px 56px; font-size: 16px; }
  .article-body h2 { font-size: 24px; }
  .article-body h3 { font-size: 19px; }
}

/* ============================================================
   FAQ + simple feature pages
   ============================================================ */
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-item { border: 1px solid #eee; border-radius: 12px; background: #fff; margin-bottom: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); overflow: hidden; transition: box-shadow 0.2s; }
.faq-item[open] { box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.faq-item summary { font-size: 17px; font-weight: 600; color: var(--color-secondary); padding: 20px 56px 20px 24px; cursor: pointer; list-style: none; position: relative; line-height: 1.4; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--color-primary); transition: transform 0.2s; line-height: 1; }
.faq-item[open] summary::after { content: "×"; transform: translateY(-50%) rotate(0deg); font-size: 26px; }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--color-secondary); line-height: 1.7; }
.faq-item .faq-body p { margin: 0 0 0.9em; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }
.faq-item .faq-body ul { padding-left: 1.4em; margin: 0.4em 0; }
.faq-item .faq-body a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }

.faq-categories { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 32px; max-width: 840px; margin-left: auto; margin-right: auto; }
.faq-cat-pill { padding: 6px 14px; border-radius: 999px; border: 1px solid var(--color-primary); color: var(--color-primary); font-size: 13px; font-weight: 600; background: #fff; text-decoration: none; }
.faq-cat-pill:hover, .faq-cat-pill.active { background: var(--color-primary); color: #fff; }

.faq-group { max-width: 840px; margin: 0 auto 48px; }
.faq-group h2 { font-size: 22px; color: var(--color-secondary); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--color-accent); display: inline-block; }
/* Hide header CTA on mobile; it's also present in the hamburger menu */
@media (max-width: 1024px) {
  .btn-header { display: none; }
}


/* CTA item inside mobile menu — orange button styling */
@media (max-width: 1024px) {
  .mobile-menu .cta-item { border-bottom: 0 !important; padding: 20px 0 10px !important; }
  .mobile-menu .cta-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--color-accent);
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 14px rgba(230,134,40,0.3);
    transition: background 0.3s, box-shadow 0.3s;
  }
  .mobile-menu .cta-item a:hover { background: #d47720; box-shadow: 0 6px 20px rgba(230,134,40,0.4); }
}

/* Scale down product-logos strip on mobile to prevent overflow */
@media (max-width: 768px) {
  .product-logos { padding: 8px 0; }
  .product-logos ul, .product-logos-list { gap: 16px; justify-content: center; }
  .product-logos img, .product-logos-list img { height: 16px; }
}
@media (max-width: 480px) {
  .product-logos ul, .product-logos-list { gap: 12px; }
  .product-logos img, .product-logos-list img { height: 14px; }
}