/* Pontua Cachetão — customizações sobre o Porto (cor secondary #e36159) */

:root {
  --pc-secondary: #e36159;
  --pc-secondary-dark: #dc372d;
  --pc-secondary-soft: #e7766f;
  --pc-ink: #1f2937;
  --pc-muted: #64748b;
}

html .btn-secondary,
html a.btn-secondary {
  color: #fff;
  background-color: var(--pc-secondary);
  border-color: var(--pc-secondary) var(--pc-secondary) var(--pc-secondary-dark);
}

html .btn-secondary:hover,
html a.btn-secondary:hover {
  background-color: var(--pc-secondary-soft);
  border-color: var(--pc-secondary-soft);
}

/* CTA do menu — o Porto zera fundo/padding do .nav a.btn */
#header .header-nav-main nav > ul > li.pc-nav-cta > a.pc-header-cta,
#header .header-nav-main nav > ul > li.pc-nav-cta > a.pc-header-cta:hover,
#header .header-nav-main nav > ul > li.pc-nav-cta > a.pc-header-cta:focus {
  color: #fff !important;
  background-color: var(--pc-secondary) !important;
  border: 1px solid var(--pc-secondary) !important;
  border-radius: 4px;
  padding: 8px 14px !important;
  margin-left: 8px;
  margin-top: 4px;
  line-height: 1.2;
}

#header .header-nav-main nav > ul > li.pc-nav-cta > a.pc-header-cta:hover {
  background-color: var(--pc-secondary-dark) !important;
  border-color: var(--pc-secondary-dark) !important;
}

html .section.section-secondary {
  background-color: var(--pc-secondary) !important;
  border-color: var(--pc-secondary) !important;
}

html .section.section-secondary h1,
html .section.section-secondary h2,
html .section.section-secondary h3,
html .section.section-secondary p,
html .section.section-secondary a:not(.btn) {
  color: #fff !important;
}

html .text-color-secondary {
  color: var(--pc-secondary) !important;
}

.pc-logo-text {
  font-weight: 800;
  font-size: 22px;
  color: var(--pc-secondary);
  letter-spacing: -0.02em;
  line-height: 1;
}

.header-logo img.pc-brand-logo {
  height: auto !important;
  width: auto !important;
  max-height: 44px;
  max-width: 260px;
  object-fit: contain;
}

html.sticky-header-active .header-logo img.pc-brand-logo {
  max-height: 32px;
  max-width: 190px;
}

.pc-logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.pc-footer-brand {
  max-height: 48px;
  width: auto;
  max-width: 260px;
  display: block;
  object-fit: contain;
}

.pc-bcs-logo {
  display: inline-flex;
  text-decoration: none !important;
}

.pc-bcs-img {
  max-height: 52px;
  width: auto;
  max-width: 220px;
  display: block;
  object-fit: contain;
}

.pc-slide-kicker {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(227, 97, 89, 0.92);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f172a;
}

.pc-hero-media,
.pc-hero-shade {
  position: absolute;
  inset: 0;
}

.pc-hero-media {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.pc-hero-shade {
  background: linear-gradient(
    110deg,
    rgba(15, 23, 42, 0.72) 0%,
    rgba(15, 23, 42, 0.48) 45%,
    rgba(15, 23, 42, 0.28) 100%
  );
}

.pc-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  padding-bottom: 72px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pc-hero-title {
  margin: 18px 0 16px;
  color: #fff !important;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pc-hero-desc {
  margin: 0 auto 28px;
  max-width: 620px;
  color: #e2e8f0 !important;
  font-size: 18px;
  line-height: 1.55;
}

.pc-hero-actions .btn {
  margin: 0 8px 10px;
}

@media (max-width: 991px) {
  .pc-hero-title {
    font-size: 30px;
  }

  .pc-hero-desc {
    font-size: 16px;
  }
}

.pc-pillar-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pc-pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(227, 97, 89, 0.18);
}

.pc-pillar-card .pc-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(227, 97, 89, 0.12);
  color: var(--pc-secondary);
  font-size: 24px;
  margin-bottom: 16px;
}

.pc-feature-item {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 22px 18px;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
}

.pc-feature-item .feature-icon {
  color: var(--pc-secondary);
  font-size: 28px;
  margin-bottom: 10px;
}

html .section.section-secondary .pc-feature-item h4,
.pc-feature-item h4 {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--pc-ink) !important;
}

html .section.section-secondary .pc-feature-item p,
.pc-feature-item p {
  color: var(--pc-muted) !important;
  margin: 0;
  line-height: 1.5;
}

#funcionalidades .pc-features-row {
  display: flex;
  flex-wrap: wrap;
}

#funcionalidades .pc-features-row > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

#como-surgiu .pc-story-box {
  background: #f8fafc;
  border-left: 4px solid var(--pc-secondary);
  border-radius: 0 12px 12px 0;
  padding: 28px 28px 24px;
}

#como-surgiu .pc-story-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
  display: block;
}

@media (min-width: 992px) {
  #como-surgiu .row {
    display: flex;
    align-items: stretch;
  }

  #como-surgiu .pc-story-photo {
    min-height: 100%;
    max-height: none;
  }
}

.toggle.toggle-secondary section.toggle label {
  color: var(--pc-ink);
  font-weight: 700;
}

.toggle.toggle-secondary section.toggle.active > label {
  background-color: var(--pc-secondary);
  border-color: var(--pc-secondary);
  color: #fff;
}

#contato .form-control:focus {
  border-color: var(--pc-secondary);
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.2);
}

.pc-form-feedback {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.pc-form-feedback.is-ok {
  display: block;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.pc-form-feedback.is-error {
  display: block;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

#footer.pc-footer {
  background: #1f2937;
  color: #e5e7eb;
  padding: 48px 0 28px;
}

#footer.pc-footer a {
  color: #fff;
}

.pc-store-badges a {
  display: inline-block;
  margin: 0 8px 8px 0;
  opacity: 0.95;
}

.pc-store-badges a:hover {
  opacity: 1;
}

.pc-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #111827;
  color: #fff !important;
  text-decoration: none !important;
}

.pc-store-badge strong {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}

.pc-store-badge span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.75;
}

.pc-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin: 12px 0 0;
  font-size: 13px;
}

#footer.pc-footer .pc-legal-links a {
  color: #94a3b8;
}

#footer.pc-footer .pc-legal-links a:hover {
  color: var(--pc-secondary);
}

@media (max-width: 767px) {
  .pc-pillar-card {
    margin-bottom: 18px;
  }
}
