/*
 * custom.css — Nossa Data (nossadata.org)
 * Accent: #2e8b57 (Sea Green)

/* FAQ grid */
.faq-grid {
  display: flex;
  flex-wrap: wrap;
}
.faq-grid > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

 * Template: 2085_neuron (Bootstrap 3, FA4)
 * ALL sizes in px — NO rem units
 */

/* ============================================================
   CSS Variables
   ============================================================ */
:root {
  --accent:       #2e8b57;
  --accent-dark:  #1e6b40;
  --accent-light: #4aad73;
  --text-dark:    #222222;
  --text-body:    #555555;
  --text-muted:   #777777;
  --bg-white:     #ffffff;
  --bg-light:     #f7faf9;
  --bg-dark:      #0d1f17;
  --border-light: #e0ece6;
}

/* ============================================================
   Typography overrides (all px, no rem)
   ============================================================ */
body {
  font-size: 18px;
  color: #555555;
}

h1 { font-size: 60px; line-height: 1.15; letter-spacing: 0; text-transform: none; }
h2 { font-size: 42px; line-height: 1.2;  letter-spacing: 0; text-transform: none; }
h3 { font-size: 24px; line-height: 1.3;  letter-spacing: 0; text-transform: none; }
h4 { font-size: 18px; letter-spacing: 0; }
p  { font-size: 18px; color: #555555; }

/* Remove template default uppercase on headings */
h1, h2, h3, h4, h5, h6 { text-transform: none !important; }

/* Nav font size */
.navbar-default .navbar-nav li a { font-size: 15px; }

/* ============================================================
   Accent color overrides (replace template #bfba55 with #2e8b57)
   ============================================================ */
a { color: #2e8b57; }
a:hover, a:active, a:focus { color: #1e6b40; }

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2e8b57 !important;
}

.navbar-default .navbar-toggle .icon-bar { background: #2e8b57; }

#home h4 { color: #4aad73; }
#home .btn:hover {
  background: #2e8b57;
  border-color: #2e8b57;
  color: #ffffff;
}

.sk-spinner-wordpress.sk-spinner { background-color: #2e8b57; }

.go-top:hover { background: #2e8b57; color: #ffffff; }

.blog-post-title a:hover { color: #2e8b57; }
.blog-post-des .btn:hover { background: #2e8b57; border-color: transparent; color: #ffffff; }

#contact input[type="submit"] { background: #2e8b57; }
#contact input[type="submit"]:hover { background: #1e6b40; }

.blog-comment-form input[type="submit"] { background: #2e8b57; }
.blog-comment-form input[type="submit"]:hover { background: #1e6b40; }

/* ============================================================
   R77: Nav cleanup
   ============================================================ */
.nav-item { margin-bottom: 0 !important; background-image: none !important; }
.site-logo { max-width: none !important; }
.btn-accent, .cta-primary, .cta-secondary { white-space: nowrap; }

/* ============================================================
   R79: Hero container transparent
   ============================================================ */
.header-thumb { background: transparent !important; border: none !important; }

/* ============================================================
   R81: Force accent color on all icons
   ============================================================ */
.feature-icon .fa, .card-icon .fa, .step-icon .fa { color: #2e8b57 !important; }

/* ============================================================
   R89: Template overlay must not block clicks
   ============================================================ */
.tm-bg-overlay, [class*="overlay"] { pointer-events: none !important; }

/* ============================================================
   K17: Card equal-height flex rules
   ============================================================ */
.card-grid, .team-grid, .blog-grid, .features-grid {
  display: flex;
  flex-wrap: wrap;
}
.card-grid > *, .team-grid > *, .blog-grid > *, .features-grid > * {
  display: flex;
  flex-direction: column;
}

/* ============================================================
   Container narrow (article/legal pages)
   ============================================================ */
.container-narrow {
  max-width: 720px;
  margin: 0 auto;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn-accent {
  background: transparent;
  border: 2px solid #2e8b57;
  border-radius: 100px;
  color: #2e8b57;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 13px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active {
  background: rgba(46, 139, 87, 0.15);
  border-color: #1e6b40;
  color: #1e6b40;
}

.btn-outline {
  background: transparent;
  border: 2px solid #2e8b57;
  border-radius: 100px;
  color: #2e8b57;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 13px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.btn-outline:hover {
  background: rgba(46, 139, 87, 0.15);
  border-color: #1e6b40;
  color: #1e6b40;
}

/* Outline on dark bg */
.btn-outline-light {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 13px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.cta-banner .btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border-color: #ffffff;
}

/* ============================================================
   Hero section
   ============================================================ */
.main-home {
  background: url('../images/home-bg.jpg') no-repeat center center;
  background-size: cover !important;
}

#home {
  background-color: #0d1f17;
}

#home h1 { color: #ffffff; font-size: 60px; }
#home h4 { color: #4aad73; font-size: 20px; letter-spacing: 0; }
#home p   { color: #c8d6ca; font-size: 20px; }

/* ============================================================
   Page hero (non-home)
   ============================================================ */
.page-hero {
  background: #0d1f17;
  color: #ffffff;
  padding: 80px 0 60px 0;
  text-align: center;
}
.page-hero h1 { color: #ffffff; font-size: 48px; margin-bottom: 12px; }
.page-hero p  { color: #c8d6ca; font-size: 20px; }

.main-about, .main-contact {
  background-size: cover !important;
  background-position: center center !important;
}

/* ============================================================
   Section styles
   ============================================================ */
.section-light {
  background: #ffffff;
  color: #333333;
  padding: 80px 0;
}
.section-light h2 { color: #222222; }
.section-light p  { color: #555555; }

.section-tinted {
  background: #f7faf9;
  color: #333333;
  padding: 80px 0;
}
.section-tinted h2 { color: #222222; }
.section-tinted p  { color: #555555; }

.section-dark {
  background: #0d1f17;
  color: #e2e8f0;
  padding: 80px 0;
}
.section-dark h2 { color: #ffffff; }
.section-dark h3 { color: #e2e8f0; }
.section-dark p  { color: #c8d6ca; }

.section-accent {
  background: #2e8b57;
  color: #ffffff;
  padding: 80px 0;
}
.section-accent h2 { color: #ffffff; }
.section-accent p  { color: #e8f5ed; }

.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title h2 { margin-bottom: 16px; }
.section-title p  { max-width: 600px; margin: 0 auto; font-size: 18px; }

/* ============================================================
   Feature cards
   ============================================================ */
.feature-card {
  background: #ffffff;
  border: 1px solid #e0ece6;
  border-radius: 8px;
  padding: 36px 28px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  box-shadow: 0 8px 24px rgba(46, 139, 87, 0.12);
}
.feature-card .feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card .feature-icon .fa {
  font-size: 32px;
  color: #2e8b57 !important;
}
.feature-card h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 16px;
  color: #555555;
  margin: 0;
}

/* ============================================================
   Team cards
   ============================================================ */
.team-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e0ece6;
  transition: box-shadow 0.3s ease;
}
.team-card:hover {
  box-shadow: 0 8px 24px rgba(46, 139, 87, 0.12);
}
.team-card .team-card-img {
  width: 100%;
  overflow: hidden;
  height: 280px;
  background: #e8f5ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card .team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-card .team-card-body {
  padding: 24px;
}
.team-card h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 4px;
}
.team-card .team-title {
  font-size: 14px;
  color: #2e8b57;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.team-card p {
  font-size: 16px;
  color: #555555;
  margin: 0;
}

/* ============================================================
   Blog / listing
   ============================================================ */
.blog-card {
  background: #ffffff;
  border: 1px solid #e0ece6;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0 8px 24px rgba(46, 139, 87, 0.12);
}
.blog-card .blog-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #e8f5ed;
}
.blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-card .blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card .blog-meta {
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
}
.blog-card h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 12px;
  flex: 1;
}
.blog-card p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 16px;
}

/* R-IMG: article/blog images */
.blog-card-img img,
.article-img img,
.container-narrow img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ============================================================
   Pricing section
   ============================================================ */
.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing-card {
  background: #ffffff;
  border: 1px solid #e0ece6;
  border-radius: 10px;
  padding: 40px 32px;
  margin: 0 12px 30px;
  flex: 1 1 280px;
  max-width: 340px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover {
  box-shadow: 0 8px 30px rgba(46, 139, 87, 0.15);
}
.pricing-card.featured {
  border-color: #2e8b57;
  box-shadow: 0 8px 30px rgba(46, 139, 87, 0.2);
  position: relative;
}
.pricing-card.featured::before {
  content: "Most Popular";
  background: #2e8b57;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.pricing-card .plan-name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2e8b57;
  margin-bottom: 16px;
}
.pricing-card .plan-price {
  font-size: 48px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-card .plan-price sup { font-size: 24px; vertical-align: top; margin-top: 8px; }
.pricing-card .plan-period {
  font-size: 14px;
  color: #777777;
  margin-bottom: 24px;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
  flex: 1;
}
.pricing-card ul li {
  font-size: 15px;
  color: #555555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-card ul li:last-child { border-bottom: none; }
.pricing-card ul li .fa {
  color: #2e8b57;
  margin-right: 8px;
}
.pricing-card .btn-accent,
.pricing-card .btn-outline {
  width: 100%;
  text-align: center;
}

/* ============================================================
   Steps / How it works
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.step-card {
  text-align: center;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-number {
  width: 56px;
  height: 56px;
  background: #2e8b57;
  color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  margin-bottom: 20px;
}
.step-card h3 { font-size: 20px; color: #222222; margin-bottom: 12px; }
.step-card p  { font-size: 16px; color: #555555; }

/* ============================================================
   Stats bar
   ============================================================ */
.stats-bar {
  background: #2e8b57;
  color: #ffffff;
  padding: 56px 0;
  text-align: center;
}
.stat-item .stat-number {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}
.stat-item .stat-label {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ============================================================
   CTA banner
   ============================================================ */
.cta-banner {
  background: #0d1f17;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
.cta-banner h2 { color: #ffffff; }
.cta-banner p  { color: #c8d6ca; font-size: 20px; margin-bottom: 32px; }

/* ============================================================
   Integrations / logos
   ============================================================ */
.integrations-bar {
  background: #f7faf9;
  padding: 48px 0;
  text-align: center;
}
.integrations-bar p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
  margin-bottom: 24px;
}
.integration-badge {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e0ece6;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  vertical-align: middle;
}

/* ============================================================
   Footer overrides (no social icons)
   ============================================================ */
footer .social-icon { display: none !important; }
footer h3 { color: #ffffff; }
footer p  { color: #aaaaaa; }
footer a  { color: #aaaaaa; }
footer a:hover { color: #4aad73; }
.footer-legal-links { margin-top: 12px; }
.footer-legal-links a {
  color: #888888;
  font-size: 13px;
  margin-right: 16px;
  text-decoration: none;
}
.footer-legal-links a:hover { color: #4aad73; }
.footer-copyright p { color: #666666; font-size: 13px; }

/* ============================================================
   Contact page
   ============================================================ */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contact-info-item .fa {
  color: #2e8b57;
  font-size: 20px;
  margin-right: 16px;
  margin-top: 2px;
  width: 24px;
  flex-shrink: 0;
}
.contact-info-item p {
  margin: 0;
  color: #555555;
  font-size: 16px;
}

/* ============================================================
   Legal pages
   ============================================================ */
.legal-body {
  padding: 60px 0 80px;
}
.legal-body h1 { font-size: 40px; color: #222222; margin-bottom: 8px; }
.legal-body .last-updated { font-size: 14px; color: #999999; margin-bottom: 40px; }
.legal-body h2 { font-size: 26px; color: #222222; margin-top: 40px; margin-bottom: 12px; }
.legal-body p  { font-size: 16px; color: #555555; }
.legal-body ul { font-size: 16px; color: #555555; padding-left: 24px; }

/* ============================================================
   Utility
   ============================================================ */
.text-accent   { color: #2e8b57 !important; }
.text-white    { color: #ffffff !important; }
.bg-accent     { background: #2e8b57 !important; color: #ffffff !important; }
.mb-0          { margin-bottom: 0 !important; }
.mt-40         { margin-top: 40px; }
.mb-40         { margin-bottom: 40px; }
.pt-80         { padding-top: 80px; }
.pb-80         { padding-bottom: 80px; }
.text-center   { text-align: center; }
.divider       { border: none; border-top: 1px solid #e0ece6; margin: 40px 0; }

/* ============================================================
   Fix CTA button contrast (complete override) — appended
   ============================================================ */
.cta-section .btn-accent,
.cta-section .btn-primary,
.bg-dark-brand .btn-accent,
.bg-dark-brand .btn-primary {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cta-section .btn-accent:hover,
.cta-section .btn-primary:hover,
.bg-dark-brand .btn-accent:hover,
.bg-dark-brand .btn-primary:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
/* Outline/secondary buttons on dark bg */
.cta-section .btn-secondary,
.cta-section .btn-outline,
.bg-dark-brand .btn-secondary {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* Equal height card rows */
.card-equal-height {
    display: flex;
    flex-wrap: wrap;
}
.card-equal-height > [class*="col-"] {
    display: flex;
}
