﻿/* Template Mobile dedicado (carregado apenas ate 768px) */

body {
  padding-bottom: calc(78px + env(safe-area-inset-bottom));
}

body::before {
  opacity: 0.18;
}

.container {
  width: min(100% - 1.2rem, var(--container));
}

.site-header {
  height: 72px;
  background: rgba(5, 8, 5, 0.95);
  border-bottom: 1px solid var(--line);
}

.nav-logo {
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}

.menu-toggle {
  width: 42px;
  height: 42px;
}

.site-nav {
  top: 66px;
  left: 0.6rem;
  right: 0.6rem;
  border-radius: 14px;
  padding: 0.85rem;
  background: rgba(9, 14, 10, 0.98);
}

.site-nav > a {
  font-size: 0.64rem;
  padding: 0.56rem 0.1rem;
}

.site-nav .btn {
  width: 100%;
}

.hero {
  min-height: auto;
  padding: 106px 0 32px;
}

.hero-grid-lines {
  background-size: 54px 54px;
}

.hero-glow {
  width: 320px;
  height: 320px;
  top: 3%;
  right: -70px;
}

.hero-tag {
  font-size: 0.6rem;
  margin-bottom: 0.9rem;
}

.hero-tag::before {
  width: 20px;
}

.hero-title {
  font-size: clamp(2rem, 9.2vw, 2.8rem);
  line-height: 0.96;
}

.hero-sub {
  margin-top: 1.1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.hero-desc {
  font-size: 0.67rem;
  max-width: 95%;
  line-height: 1.8;
}

.hero-actions {
  width: 100%;
}

.hero-actions .btn {
  flex: 1;
  min-width: 150px;
  padding: 0.8rem 1rem;
}

.hero-points {
  margin-top: 1.3rem;
  grid-template-columns: 1fr;
  border-radius: 12px;
  overflow: hidden;
}

.hero-points li {
  border-right: none;
  border-bottom: 1px solid var(--line);
  font-size: 0.62rem;
  padding: 0.8rem;
}

.hero-points li:last-child {
  border-bottom: none;
}

.hero-scroll {
  display: none;
}

.divider {
  width: min(100% - 1.2rem, var(--container));
}

.numbers {
  width: min(100% - 1.2rem, var(--container));
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1.4rem 0;
}

.numbers::-webkit-scrollbar {
  display: none;
}

.number-item {
  min-width: 76%;
  border: 1px solid var(--line);
  background: var(--bg-2);
  padding: 0.95rem;
  border-right: 1px solid var(--line);
  scroll-snap-align: start;
}

.number-item:first-child,
.number-item:last-child {
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}

.number-val {
  font-size: 1.7rem;
}

.number-label {
  font-size: 0.62rem;
  margin-top: 0.45rem;
}

.section {
  padding: 3.6rem 0;
}

.about-grid {
  gap: 1.7rem;
}

.section-tag {
  font-size: 0.58rem;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.35rem, 7vw, 1.95rem);
  line-height: 1.05;
}

.section-text {
  font-size: 0.66rem;
  line-height: 1.75;
}

.about-visual {
  margin-top: 1.2rem;
  height: 180px;
}

.core-title {
  font-size: 2.6rem;
}

.core-sub {
  font-size: 0.58rem;
}

.square-1 {
  width: 54px;
  height: 54px;
}

.square-2 {
  width: 78px;
  height: 78px;
}

.marquee-wrap {
  padding: 1rem 0;
}

.marquee-track {
  animation-duration: 15s;
  gap: 1.8rem;
}

.marquee-item {
  font-size: 0.7rem;
}

.section-header {
  margin-bottom: 1.6rem;
  gap: 0.65rem;
}

.section-note {
  font-size: 0.61rem;
  line-height: 1.6;
  max-width: 100%;
}

.services-grid,
.diff-grid {
  grid-template-columns: 1fr;
  border-radius: 14px;
  overflow: hidden;
}

.service-card {
  padding: 1.35rem 1rem;
}

.service-num {
  margin-bottom: 0.8rem;
  font-size: 0.59rem;
}

.service-name {
  font-size: 0.88rem;
}

.service-desc {
  font-size: 0.66rem;
  line-height: 1.65;
}

.diff-card {
  padding: 1.2rem 1rem;
}

.diff-card h3 {
  font-size: 0.76rem;
  margin-bottom: 0.45rem;
}

.diff-card p {
  font-size: 0.64rem;
  line-height: 1.6;
}

.cta-strip {
  margin-top: 1rem;
  padding: 1.25rem 0;
}

.cta-wrap {
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

.cta-wrap p {
  font-size: 0.95rem;
  line-height: 1.35;
}

.cta-wrap .btn {
  width: 100%;
}

.contact-grid {
  gap: 1.6rem;
}

.contact-big {
  font-size: clamp(1.75rem, 9.2vw, 2.6rem);
}

.contact-desc {
  font-size: 0.67rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.contact-channels {
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.channel-link {
  padding: 0.72rem;
  gap: 0.62rem;
}

.channel-logo {
  width: 38px;
  height: 38px;
}

.channel-logo svg {
  width: 19px;
  height: 19px;
}

.channel-title {
  font-size: 0.77rem;
}

.channel-subtitle {
  font-size: 0.53rem;
}

.channel-cta {
  font-size: 0.5rem;
  padding: 0.3rem 0.45rem;
}

.channel-note {
  margin-top: 0.7rem;
  font-size: 0.56rem;
  line-height: 1.55;
}

.site-footer {
  padding: 1.3rem 0 1.1rem;
}

.footer-wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-logo {
  font-size: 0.78rem;
}

.footer-copy {
  font-size: 0.55rem;
  letter-spacing: 0.07em;
}

.footer-links {
  gap: 0.65rem;
}

.footer-links a {
  font-size: 0.54rem;
}

.whatsapp-float {
  right: 0.75rem;
  bottom: calc(72px + env(safe-area-inset-bottom));
  width: 52px;
  height: 52px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}

.whatsapp-float span {
  display: none;
}

.mobile-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 130;
  height: calc(68px + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  background: rgba(7, 12, 8, 0.98);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-dock a {
  display: grid;
  place-content: center;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  color: #b0bdb3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mobile-dock a:hover,
.mobile-dock a:focus-visible {
  color: var(--green);
}

.mobile-dock a:last-child {
  color: var(--green);
}

@media (max-width: 390px) {
  .hero-actions .btn {
    min-width: 100%;
  }

  .numbers .number-item {
    min-width: 86%;
  }
}

