/* CredFácil Landing Page V1
   Mobile-first
*/
:root {
  --orange: #f58220;
  --orange-dark: #dc6d10;
  --green: #16824a;
  --green-dark: #0e6539;
  --text: #183027;
  --muted: #64736d;
  --light: #f5f8f6;
  --border: #dfe8e3;
  --white: #fff;
  --shadow: 0 12px 35px rgba(22, 48, 39, .08);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-mark {
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-mark span { color: var(--orange); }

.brand small {
  color: var(--muted);
  font-size: .68rem;
  margin-top: .28rem;
}

.hero {
  padding: 2.2rem 0 2.5rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(245,130,32,.10), transparent 35%),
    linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

h1, h2, h3 { line-height: 1.15; font-weight: 800; }

h1 {
  max-width: 650px;
  margin-bottom: 1rem;
  font-size: clamp(2.05rem, 8vw, 4rem);
  letter-spacing: -.045em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 5vw, 2.65rem);
  letter-spacing: -.03em;
}

h3 { font-size: 1.08rem; }

.hero-subtitle {
  max-width: 600px;
  margin-bottom: 1.3rem;
  color: #43554e;
  font-size: 1.06rem;
}

.btn {
  min-height: 52px;
  border-radius: 12px;
  font-weight: 750;
  padding: .85rem 1.25rem;
}

.btn-primary,
.btn-primary:focus {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(245,130,32,.24);
}

.btn-primary:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: #fff;
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  border: 0;
}

.btn-whatsapp:hover {
  background: var(--green-dark);
  color: #fff;
}

.wa-icon { margin-right: .4rem; }

.microcopy {
  max-width: 600px;
  margin: .75rem 0 0;
  color: var(--muted);
  font-size: .78rem;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.2rem;
  margin-top: 1rem;
  color: var(--green-dark);
  font-size: .82rem;
  font-weight: 700;
}

.hero-photo {
  min-height: 300px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #eaf3ee, #f9eee4);
  box-shadow: var(--shadow);
}

.photo-placeholder {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.3rem;
  color: #53665e;
  background: linear-gradient(180deg, transparent 35%, rgba(255,255,255,.88) 100%);
}

.photo-placeholder strong { color: var(--green); }
.photo-placeholder span { font-size: .8rem; }

.section { padding: 3.5rem 0; }

.section-soft { background: var(--light); }

.section-heading {
  max-width: 720px;
  margin-bottom: 1.7rem;
}

.section-heading p,
.lead-text {
  color: var(--muted);
}

.info-card,
.service-card,
.benefit {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}

.info-card { padding: 1.25rem; }
.info-card p, .service-card p, .benefit p {
  margin: .4rem 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.card-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: .9rem;
  border-radius: 10px;
  background: #eaf4ee;
  color: var(--green);
  font-size: .75rem;
  font-weight: 800;
}

.benefit {
  display: flex;
  gap: .85rem;
  padding: 1rem;
}

.benefit-check {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf4ee;
  color: var(--green);
  font-weight: 800;
}

.steps {
  display: grid;
  gap: 1rem;
}

.step {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}

.step-number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: .9rem;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.step p { color: var(--muted); margin-bottom: 0; }

.service-card { padding: 1.3rem; }

.service-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.security-box {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: #edf7f1;
  border: 1px solid #cfe5d8;
}

.security-box p { margin-bottom: 0; color: #53655e; }

.security-badge {
  align-self: center;
  justify-self: start;
  padding: .65rem .85rem;
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  font-size: .82rem;
  font-weight: 800;
}

.accordion-item {
  border: 1px solid var(--border);
  margin-bottom: .65rem;
  border-radius: 12px !important;
  overflow: hidden;
}

.accordion-button {
  font-weight: 700;
  color: var(--text);
  padding: 1rem;
}

.accordion-button:not(.collapsed) {
  background: #edf7f1;
  color: var(--green-dark);
  box-shadow: none;
}

.accordion-body {
  color: var(--muted);
  font-size: .94rem;
}

.cta-box {
  max-width: 850px;
  margin: auto;
  padding: 2rem 1.25rem;
  text-align: center;
  border-radius: 24px;
  background: #17392d;
  color: #fff;
}

.cta-box .eyebrow { color: #9ee0b9; }
.cta-box p { color: #d6e4de; }
.cta-box small {
  display: block;
  margin-top: .9rem;
  color: #b8cec5;
  font-size: .75rem;
}

.site-footer {
  padding: 2rem 0 6rem;
  background: #102b22;
  color: #fff;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-footer p {
  margin: .25rem 0 0;
  color: #b9ccc5;
  font-size: .8rem;
}

.footer-links a {
  color: #dbe9e4;
  font-size: .8rem;
}

.disclaimer {
  padding-top: 1.25rem;
  margin-top: 1.25rem !important;
  border-top: 1px solid rgba(255,255,255,.12);
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.2);
  font-size: 1.3rem;
}

@media (min-width: 576px) {
  .w-sm-auto { width: auto !important; }
}

@media (min-width: 768px) {
  .hero { padding: 4rem 0; }
  .section { padding: 5rem 0; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .security-box { grid-template-columns: 1fr auto; align-items: center; padding: 2rem; }
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; }
  .site-footer { padding-bottom: 2rem; }
}

@media (min-width: 992px) {
  .hero-photo,
  .photo-placeholder { min-height: 500px; }
  .floating-whatsapp { bottom: 24px; right: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
