/* Site institucional ComandasWEB */
:root {
  --ls-ink: #14201c;
  --ls-muted: #4a5c54;
  --ls-cream: #f3f6f4;
  --ls-teal: #0f766e;
  --ls-teal-deep: #0a524c;
  --ls-surface: #ffffff;
  --ls-line: rgba(20, 32, 28, 0.12);
  --ls-font-display: "Fraunces", Georgia, serif;
  --ls-font-body: "Outfit", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.ls-body {
  margin: 0;
  font-family: var(--ls-font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ls-ink);
  background: var(--ls-cream);
  -webkit-font-smoothing: antialiased;
}

.ls-brand {
  font-family: var(--ls-font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

/* —— Nav —— */
.ls-nav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem clamp(1rem, 4vw, 2.5rem);
}

.ls-nav-brand {
  color: #fff;
  font-size: 1.35rem;
  text-decoration: none;
}

.ls-nav-brand:hover {
  color: #fff;
  opacity: 0.92;
}

.ls-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ls-nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.35rem 0.55rem;
}

.ls-nav-link:hover {
  color: #fff;
}

/* —— Buttons —— */
.ls-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: none;
  border-radius: 10px;
  font-family: var(--ls-font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.ls-btn:hover {
  transform: translateY(-1px);
}

.ls-btn-primary {
  background: var(--ls-teal);
  color: #fff;
}

.ls-btn-primary:hover {
  background: var(--ls-teal-deep);
  color: #fff;
}

.ls-btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}

.ls-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.ls-btn-access {
  background: #fff;
  color: var(--ls-teal-deep);
  border: 1px solid #fff;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.ls-btn-access:hover {
  background: #f0fdf9;
  color: var(--ls-teal-deep);
  border-color: #f0fdf9;
}

.ls-btn-outline {
  background: transparent;
  color: var(--ls-ink);
  border: 1px solid var(--ls-line);
}

.ls-btn-outline:hover {
  border-color: var(--ls-teal);
  color: var(--ls-teal-deep);
}

.ls-btn-wa {
  background: #128c7e;
  color: #fff;
}

.ls-btn-wa:hover {
  background: #075e54;
  color: #fff;
}

.ls-btn-sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.88rem;
}

/* —— Hero —— */
.ls-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.ls-hero-media {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1920&q=80")
    center / cover no-repeat;
  transform: scale(1.06);
  animation: lsKenBurns 22s ease-out forwards;
}

.ls-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 22, 18, 0.88) 0%, rgba(10, 22, 18, 0.55) 48%, rgba(10, 22, 18, 0.28) 100%),
    linear-gradient(0deg, rgba(10, 22, 18, 0.55) 0%, transparent 45%);
}

.ls-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 7.5rem clamp(1rem, 4vw, 2.5rem) 4.5rem;
}

.ls-hero-brand {
  font-size: clamp(3.1rem, 9vw, 5.6rem);
  color: #fff;
  margin: 0 0 0.85rem;
  max-width: 14ch;
  opacity: 0;
  transform: translateY(18px);
  animation: lsRise 0.9s ease 0.15s forwards;
}

.ls-hero-title {
  font-family: var(--ls-font-body);
  font-weight: 500;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.35;
  margin: 0 0 0.75rem;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: translateY(18px);
  animation: lsRise 0.9s ease 0.32s forwards;
}

.ls-hero-lead {
  margin: 0 0 1.6rem;
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  opacity: 0;
  transform: translateY(18px);
  animation: lsRise 0.9s ease 0.48s forwards;
}

.ls-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  opacity: 0;
  transform: translateY(18px);
  animation: lsRise 0.9s ease 0.62s forwards;
}

/* Outline no hero: fundo escuro da foto exige contraste claro */
.ls-hero .ls-btn-outline {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
}

.ls-hero .ls-btn-outline:hover {
  background: #fff;
  color: var(--ls-teal-deep);
  border-color: #fff;
}

@keyframes lsRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lsKenBurns {
  to {
    transform: scale(1);
  }
}

/* —— Sections —— */
.ls-section {
  padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1rem, 4vw, 2.5rem);
}

.ls-section-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.ls-kicker {
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ls-teal);
  margin: 0 0 0.65rem;
}

.ls-h2 {
  font-family: var(--ls-font-display);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
  max-width: 22ch;
}

.ls-section-lead {
  margin: 0;
  color: var(--ls-muted);
  max-width: 36rem;
  font-size: 1.05rem;
}

.ls-section-head {
  margin-bottom: 2.25rem;
}

.ls-section--ink {
  background: var(--ls-ink);
  color: #f4f7f5;
}

.ls-section--ink .ls-kicker {
  color: #5eead4;
}

.ls-section--ink .ls-section-lead {
  color: rgba(244, 247, 245, 0.72);
}

.ls-section--surface {
  background: var(--ls-surface);
}

/* Features — sem cards */
.ls-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--ls-line);
}

@media (min-width: 768px) {
  .ls-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ls-feature {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--ls-line);
}

@media (min-width: 768px) {
  .ls-feature {
    padding: 1.75rem 1.5rem 1.75rem 0;
    border-bottom: none;
    border-right: 1px solid var(--ls-line);
  }
  .ls-feature:last-child {
    border-right: none;
    padding-right: 0;
  }
  .ls-feature:first-child {
    padding-left: 0;
  }
}

.ls-feature-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  color: var(--ls-teal);
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}

.ls-feature h3 {
  font-family: var(--ls-font-display);
  font-size: 1.35rem;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.ls-feature p {
  margin: 0;
  color: var(--ls-muted);
  font-size: 0.98rem;
}

.ls-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.ls-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* Planos — cards só na interação de assinatura */
.ls-plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .ls-plans {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .ls-plans {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ls-plan.is-custom {
  border-style: dashed;
}

.ls-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 14px;
  padding: 1.6rem 1.45rem 1.45rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ls-plan:hover {
  border-color: rgba(15, 118, 110, 0.45);
  transform: translateY(-2px);
}

.ls-plan.is-featured {
  border-color: var(--ls-teal);
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.06), transparent 40%),
    #fff;
}

.ls-plan-tag {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ls-teal-deep);
  background: rgba(15, 118, 110, 0.12);
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
}

.ls-plan h3 {
  font-family: var(--ls-font-display);
  font-size: 1.55rem;
  margin: 0 0 0.35rem;
}

.ls-plan-price {
  font-family: var(--ls-font-display);
  font-size: 2.35rem;
  font-weight: 700;
  color: var(--ls-teal-deep);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.ls-plan-price.has-promo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.ls-plan-price .ls-plan-price-por {
  font-family: var(--ls-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: #5c6570;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 0.05rem;
}

.ls-plan-price .ls-plan-price-de {
  position: relative;
  display: inline-block;
  font-family: var(--ls-font-body);
  font-size: 1.2rem;
  font-weight: 600;
  color: #2f3742;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding: 0 0.1em;
}

/* Linha fina por cima — não usa text-decoration (corta os dígitos) */
.ls-plan-price .ls-plan-price-de::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  height: 1.5px;
  background: rgba(47, 55, 66, 0.45);
  pointer-events: none;
}

.ls-plan-price .ls-plan-price-now {
  display: block;
  font-family: var(--ls-font-display);
  font-size: 2.85rem;
  font-weight: 800;
  color: var(--ls-teal-deep);
  letter-spacing: -0.04em;
  line-height: 1;
}

.ls-plan-price.has-promo .ls-plan-price-now {
  font-size: 3.05rem;
}

.ls-plan-price .ls-plan-price-unit {
  font-family: var(--ls-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ls-muted);
  letter-spacing: 0;
}

.ls-plan-limits {
  margin: 0.75rem 0 1rem;
  color: var(--ls-muted);
  font-size: 0.92rem;
}

.ls-plan ul {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  flex: 1;
}

.ls-plan li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
  color: var(--ls-ink);
}

.ls-plan li i {
  color: var(--ls-teal);
  margin-top: 0.2rem;
}

/* Contato */
.ls-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .ls-contact-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: end;
  }
}

.ls-contact-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

.ls-contact-list a {
  color: inherit;
  text-decoration: none;
}

.ls-contact-list a:hover {
  color: #5eead4;
}

.ls-contact-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 247, 245, 0.55);
  margin-bottom: 0.25rem;
}

.ls-contact-value {
  font-family: var(--ls-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 600;
}

.ls-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Footer */
.ls-footer {
  padding: 1.4rem clamp(1rem, 4vw, 2.5rem);
  border-top: 1px solid var(--ls-line);
  background: var(--ls-cream);
  color: var(--ls-muted);
  font-size: 0.88rem;
}

.ls-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.ls-footer a {
  color: var(--ls-teal-deep);
  text-decoration: none;
  font-weight: 500;
}

.ls-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .ls-nav-link {
    display: none;
  }
}
