/* Marcenaria Irmãos Paulista — Landing Page
   Design clean/white com foco em clareza, confiança e responsividade. */

:root {
  --primary: #244a3b;
  --primary-dark: #173428;
  --primary-soft: #eaf2ee;
  --accent: #b58b56;
  --text: #1d2622;
  --muted: #66726d;
  --border: #e5eae7;
  --soft: #f7f9f8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(30, 55, 45, .08);
}

html { scroll-behavior: smooth; }
body {
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
section { scroll-margin-top: 88px; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 9999;
  background: var(--primary-dark);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

.site-header {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229,234,231,.9);
}
.navbar { min-height: 76px; }
.navbar .nav-link {
  color: #44504b;
  font-weight: 600;
  font-size: .95rem;
  padding: .75rem .8rem !important;
}
.navbar .nav-link:hover { color: var(--primary); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  color: #fff;
  background: var(--primary);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .03em;
}
.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}
.brand strong { font-size: .98rem; color: var(--text); }
.brand small { color: var(--muted); font-size: .76rem; margin-top: 3px; }

.btn-primary-custom {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  border-radius: 12px;
  font-weight: 700;
  padding: .8rem 1.15rem;
  box-shadow: none;
}
.btn-primary-custom:hover,
.btn-primary-custom:focus {
  background: var(--primary-dark);
  color: #fff;
  border-color: var(--primary-dark);
}
.btn-outline-custom {
  color: var(--primary);
  border: 1px solid #cfdad5;
  background: #fff;
  border-radius: 12px;
  font-weight: 700;
  padding: .8rem 1.15rem;
}
.btn-outline-custom:hover {
  background: var(--primary-soft);
  color: var(--primary-dark);
  border-color: #bacac2;
}

.hero-section {
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 88% 12%, rgba(181,139,86,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: .04em;
  font-size: .78rem;
  text-transform: uppercase;
}
.hero-section h1 {
  max-width: 800px;
  margin: 14px 0 20px;
  font-size: clamp(2.45rem, 5.4vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
}
.hero-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.15rem;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 32px;
  color: #53615b;
  font-size: .91rem;
  font-weight: 600;
}
.trust-row i { color: var(--primary); margin-right: 4px; }

.hero-card {
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: clamp(26px, 5vw, 40px);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
}
.hero-card-icon,
.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 22px;
}
.hero-card h2 {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -.025em;
}
.hero-card p { color: var(--muted); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 10px 0;
  font-weight: 600;
  font-size: .94rem;
}
.check-list i { color: var(--primary); }
.text-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 800;
}

.credibility-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
  background: #fff;
}
.cred-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cred-item > i {
  font-size: 1.35rem;
  color: var(--primary);
}
.cred-item strong,
.cred-item small { display: block; }
.cred-item strong { font-size: .94rem; }
.cred-item small { color: var(--muted); font-size: .8rem; margin-top: 1px; }

.section-space { padding: 94px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 760px; }
.section-heading h2,
#empresa h2,
#contato h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -.035em;
  font-weight: 800;
  line-height: 1.08;
  margin: 10px 0 15px;
}
.section-heading p,
.lead-copy,
#contato > .container > .row > div > p {
  color: var(--muted);
}

.service-card,
.step-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover,
.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(30,55,45,.07);
  border-color: #d7dfdb;
}
.service-card h3,
.step-card h3 {
  font-size: 1.17rem;
  font-weight: 800;
}
.service-card p,
.step-card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: .94rem;
}

.step-number {
  display: inline-flex;
  font-weight: 900;
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 18px;
}
.notice-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid #dce6e1;
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px;
}
.notice-card i { color: var(--primary); font-size: 1.25rem; margin-top: 2px; }
.notice-card p { color: var(--muted); font-size: .91rem; }

.company-card {
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 14px 44px rgba(30,55,45,.06);
}
.company-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.company-data { margin: 0; }
.company-data > div {
  display: grid;
  grid-template-columns: minmax(130px, .8fr) 1.4fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
}
.company-data > div:last-child { border-bottom: 0; }
.company-data dt {
  color: var(--muted);
  font-weight: 600;
  font-size: .88rem;
}
.company-data dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
  font-size: .9rem;
}
.status-badge {
  display: inline-block;
  color: #1e6a4b;
  background: #eaf7f0;
  border: 1px solid #d5ecdf;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: .78rem;
}

.cta-section { padding: 0 0 22px; }
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px;
  border-radius: 24px;
  background: var(--primary);
  color: #fff;
}
.cta-box .section-kicker { color: #dfece6; }
.cta-box h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
  margin: 6px 0 8px;
}
.cta-box p { color: #dce8e3; }

.contact-list { margin-top: 26px; }
.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}
.contact-item > i {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--primary-soft);
  color: var(--primary);
}
.contact-item strong,
.contact-item small { display: block; }
.contact-item small { color: var(--muted); margin-top: 2px; }
a.contact-item:hover strong { color: var(--primary); }

.contact-form-card {
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: clamp(25px, 5vw, 38px);
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-form-card h3 { font-size: 1.45rem; font-weight: 800; }
.contact-form-card > p { color: var(--muted); }
.form-label { font-weight: 700; font-size: .89rem; }
.form-control,
.form-select {
  min-height: 50px;
  border-color: #dce3df;
  border-radius: 10px;
}
textarea.form-control { min-height: 120px; }
.form-control:focus,
.form-select:focus {
  border-color: #91aa9f;
  box-shadow: 0 0 0 .22rem rgba(36,74,59,.10);
}
.link-button {
  border: 0;
  padding: 0;
  background: none;
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
}
.form-note {
  display: block;
  color: var(--muted);
  margin-top: 15px;
  line-height: 1.5;
}

.faq-accordion { max-width: 900px; }
.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
.faq-accordion .accordion-button {
  font-weight: 800;
  box-shadow: none;
  background: #fff;
  color: var(--text);
  padding: 20px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary);
  background: var(--primary-soft);
}
.faq-accordion .accordion-body { color: var(--muted); }

.site-footer {
  background: #111a16;
  color: #dce4e0;
  padding: 68px 0 30px;
}
.footer-brand .brand-mark { background: #fff; color: var(--primary); }
.footer-brand strong { color: #fff; }
.footer-brand small { color: #a7b4ae; }
.site-footer h3 {
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.site-footer a,
.site-footer button {
  display: block;
  color: #b9c5c0;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 4px 0;
  text-align: left;
  font-size: .9rem;
}
.site-footer a:hover,
.site-footer button:hover { color: #fff; }
.site-footer p { color: #aebbb5; font-size: .9rem; }
.footer-about { max-width: 360px; margin-top: 18px; }
.footer-cnpj { font-weight: 700; }
.site-footer hr { border-color: #314039; margin: 38px 0 24px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #9ca9a3;
  font-size: .82rem;
}
.footer-bottom a { display: inline-block; }

.floating-whatsapp {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #218a58;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.20);
  transition: transform .2s ease;
}
.floating-whatsapp:hover { color: #fff; transform: translateY(-2px); }

.modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}
.legal-text h3 {
  margin-top: 22px;
  font-size: 1.05rem;
  font-weight: 800;
}
.legal-text p { color: #56625d; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    border-top: 1px solid var(--border);
    margin-top: 12px;
    padding: 14px 0 8px;
  }
  .hero-section { padding-top: 62px; }
  .cred-item { justify-content: center; text-align: left; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .section-space { padding: 72px 0; }
  .hero-section h1 { font-size: 2.65rem; }
  .company-data > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .company-data dd { text-align: left; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cred-item { justify-content: flex-start; }
}

@media (max-width: 575.98px) {
  .hero-section { padding-top: 48px; }
  .hero-section h1 { font-size: 2.32rem; }
  .hero-lead { font-size: 1.03rem; }
  .trust-row { flex-direction: column; gap: 9px; }
  .cta-box { padding: 30px 24px; }
  .floating-whatsapp { width: 52px; height: 52px; right: 15px; bottom: 15px; }
}
