* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #1e293b;
  background: #ffffff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand {
  font-size: 22px;
  font-weight: 800;
  color: #8B5CF6;
  letter-spacing: -0.5px;
}

.navbar-brand span {
  color: #1e293b;
}

.navbar-nav .nav-link {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  transition: color 0.2s;
}

.navbar-nav .nav-link:hover {
  color: #8B5CF6;
}

.btn-primary-custom {
  background: #8B5CF6;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  display: inline-block;
}

.btn-primary-custom:hover {
  background: #7C3AED;
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-outline-custom {
  background: transparent;
  color: #8B5CF6;
  border: 2px solid #8B5CF6;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}

.btn-outline-custom:hover {
  background: #8B5CF6;
  color: #ffffff;
}

.btn-white-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}

.btn-white-outline:hover {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border-color: #ffffff;
}

.hero-section {
  background: linear-gradient(rgba(250,249,255,0.85), rgba(250,249,255,0.9)), url('../images/index-01.jpg');
  background-size: cover;
  background-position: center;
  padding: 96px 0 80px;
  text-align: center;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.hero-section h1 {
  font-size: 52px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.hero-section h1 .highlight {
  color: #8B5CF6;
}

.hero-section .hero-sub {
  font-size: 19px;
  color: #64748b;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

.hero-cta-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.hero-screenshot {
  background: #e2e8f0;
  border-radius: 16px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
  max-width: 880px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(139,92,246,0.12);
}

.section {
  padding: 80px 0;
}

.section-alt {
  padding: 80px 0;
  background: #faf9ff;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 17px;
  color: #64748b;
  max-width: 520px;
  margin: 0 auto 56px;
}

.icon-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.icon-card:hover {
  box-shadow: 0 8px 32px rgba(139,92,246,0.12);
  transform: translateY(-3px);
}

.icon-card .icon-wrap {
  width: 72px;
  height: 72px;
  background: #f3effe;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-card .icon-wrap i {
  font-size: 28px;
  color: #8B5CF6;
}

.icon-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.icon-card p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.feature-row {
  padding: 60px 0;
  align-items: center;
}

.feature-row .feature-img {
  background: #e2e8f0;
  border-radius: 16px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
}

.feature-row .feature-label {
  font-size: 13px;
  font-weight: 700;
  color: #8B5CF6;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.feature-row h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.feature-row p {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 24px;
  line-height: 1.7;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #475569;
  margin-bottom: 10px;
}

.feature-list li i {
  color: #8B5CF6;
  margin-top: 2px;
  flex-shrink: 0;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  height: 100%;
}

.testimonial-card .stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 16px;
}

.testimonial-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 24px;
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #8B5CF6;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card .author-name {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}

.testimonial-card .author-title {
  font-size: 13px;
  color: #94a3b8;
}

.cta-section {
  background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%);
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.cta-section p {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.btn-white {
  background: #ffffff;
  color: #8B5CF6;
  border: none;
  border-radius: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  display: inline-block;
}

.btn-white:hover {
  background: #f8fafc;
  color: #7C3AED;
  transform: translateY(-1px);
}

footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 64px 0 32px;
}

footer .footer-brand {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

footer .footer-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  max-width: 260px;
}

footer h5 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #64748b;
  transition: color 0.2s;
}

footer ul li a:hover {
  color: #8B5CF6;
}

.footer-divider {
  border-top: 1px solid #1e293b;
  margin-top: 48px;
  padding-top: 24px;
}

.footer-copyright {
  font-size: 13px;
  color: #475569;
}

.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  height: 100%;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}

.pricing-card:hover {
  box-shadow: 0 8px 32px rgba(139,92,246,0.12);
  transform: translateY(-3px);
}

.pricing-card.featured {
  background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%);
  color: #ffffff;
}

.pricing-card.featured .price-amount {
  color: #ffffff;
}

.pricing-card.featured .price-period {
  color: rgba(255,255,255,0.75);
}

.pricing-card.featured .price-desc {
  color: rgba(255,255,255,0.8);
}

.pricing-card.featured ul li {
  color: rgba(255,255,255,0.9);
}

.pricing-card.featured .check-icon {
  color: #c4b5fd;
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.price-amount {
  font-size: 44px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
}

.price-period {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.price-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 28px;
  min-height: 44px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.pricing-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #475569;
  margin-bottom: 12px;
}

.check-icon {
  color: #8B5CF6;
  flex-shrink: 0;
}

.page-header {
  background: #faf9ff;
  padding: 64px 0 48px;
  text-align: center;
}

.page-header h1 {
  font-size: 42px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.page-header p {
  font-size: 17px;
  color: #64748b;
  max-width: 500px;
  margin: 0 auto;
}

.team-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

.team-card:hover {
  box-shadow: 0 8px 32px rgba(139,92,246,0.12);
  transform: translateY(-3px);
}

.team-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.team-card-body {
  padding: 24px 20px;
}

.team-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.team-card .role {
  font-size: 14px;
  color: #8B5CF6;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-card .bio {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

.blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.blog-card:hover {
  box-shadow: 0 8px 32px rgba(139,92,246,0.12);
  transform: translateY(-3px);
}

.blog-card-img {
  background: #e2e8f0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
}

.blog-card-body {
  padding: 24px;
}

.blog-card-meta {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 10px;
}

.blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #8B5CF6;
}

.read-more i {
  margin-left: 4px;
  font-size: 12px;
}

.contact-form-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.form-control {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  color: #1e293b;
  transition: border-color 0.2s;
}

.form-control:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 3px rgba(139,92,246,0.1);
  outline: none;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.contact-info-item .ci-icon {
  width: 48px;
  height: 48px;
  background: #f3effe;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-item .ci-icon i {
  font-size: 20px;
  color: #8B5CF6;
}

.contact-info-item h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.contact-info-item p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 40px;
  margin-bottom: 12px;
}

.legal-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 14px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-content ul li {
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal-content .last-updated {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 32px;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e293b;
  color: #e2e8f0;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

#cookie-banner p {
  font-size: 14px;
  margin: 0;
  color: #cbd5e1;
  flex: 1;
}

#cookie-banner a {
  color: #a78bfa;
  text-decoration: underline;
}

.cookie-btn-wrap {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-accept {
  background: #8B5CF6;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.cookie-accept:hover {
  background: #7C3AED;
}

.cookie-decline {
  background: transparent;
  color: #94a3b8;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.cookie-decline:hover {
  border-color: #64748b;
  color: #e2e8f0;
}

.about-values {
  background: #f3effe;
  border-radius: 16px;
  padding: 32px;
}

.about-values h4 {
  font-size: 16px;
  font-weight: 700;
  color: #8B5CF6;
  margin-bottom: 6px;
}

.about-values p {
  font-size: 14px;
  color: #475569;
  margin: 0;
}

.stat-item {
  text-align: center;
}

.stat-item .stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #8B5CF6;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-item .stat-label {
  font-size: 15px;
  color: #64748b;
}

.product-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  height: 100%;
}

.product-feature-card .pf-icon {
  width: 56px;
  height: 56px;
  background: #f3effe;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-feature-card .pf-icon i {
  font-size: 24px;
  color: #8B5CF6;
}

.product-feature-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.product-feature-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 34px;
  }
  .hero-section .hero-sub {
    font-size: 16px;
  }
  .section-title {
    font-size: 28px;
  }
  .cta-section h2 {
    font-size: 28px;
  }
  #cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
  }
  .cookie-btn-wrap {
    width: 100%;
  }
}

/* === Card Uniformity Fix (auto-generated) === */

.blog-card {
  display: flex;
  flex-direction: column;
}

.pricing-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
}

.read-more {
  margin-top: auto;
  display: inline-block;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pricing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.testimonial-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.blog-card > p {
  flex: 1;
}
.blog-card > a:last-child,
.blog-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.icon-card > p {
  flex: 1;
}
.icon-card > a:last-child,
.icon-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.pricing-card > p {
  flex: 1;
}
.pricing-card > a:last-child,
.pricing-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

.product-feature-card > p {
  flex: 1;
}
.product-feature-card > a:last-child,
.product-feature-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;
}

.testimonial-card > p {
  flex: 1;
}
.testimonial-card > a:last-child,
.testimonial-card > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.blog-card > :last-child {
  margin-top: auto;
}

.pricing-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;
}

/* === Blog Article Width Fix === */
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow img {
  max-width: 100%;
  height: 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;
}
