/*
Theme Name: MundoNet Landing
Theme URI: https://example.com
Author: Mundo Net Technology
Description: Landing page de Internet Fibra Óptica em Belém/Castanhal/Distrito Industrial.
Version: 1.0
Text Domain: mundonet-landing
*/
/*
Theme Name: MundoNet Landing
Theme URI: https://example.com
Author: Mundo Net Technology
Description: Landing page de Internet Fibra Óptica em Belém/Castanhal/Distrito Industrial.
Version: 1.0
Text Domain: mundonet-landing
*/

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  background: #020617;
  color: #e5e7eb;
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--accent);
}

.lp-logo-img {
  max-height: 16px;
  width: auto;
  height: auto;
}

@media (max-width: 320px) {
  .lp-logo-img {
    max-height: 12px;
  }
}

/* Instagram – use apenas ESSA versão */

.social-link-ig {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;    /* texto pequeno */
  color: var(--text-soft);
  text-decoration: none;
  padding: 0.05rem 0;    /* quase sem padding */
  border: none;
  background: transparent;
}

.social-link-ig:hover {
  color: var(--accent-strong);
}

.social-ig-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ig-svg {
  width: 10px;           /* ícone pequeno */
  height: 10px;
  fill: none;
  stroke: #e1306c;
  stroke-width: 1.4;
}

/* Layout geral */
.lp-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* HEADER */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.lp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

/* Navegação */
.lp-nav {
  display: flex;
  gap: 1.5rem;
}

.lp-nav a {
  color: #e5e7eb;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.lp-nav a:hover {
  color: #38bdf8;
}

/* Botão menu mobile */
.lp-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
}

.lp-nav-toggle span {
  width: 20px;
  height: 2px;
  background: #e5e7eb;
  border-radius: 999px;
}

/* HERO */
.lp-hero {
  padding: 72px 0 56px;
  background: radial-gradient(circle at top left, #1d4ed8 0, transparent 55%),
              radial-gradient(circle at bottom right, #22c55e 0, transparent 55%),
              #020617;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
  gap: 32px;
  align-items: center;
}

.lp-hero-text h1 {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 16px;
}

.lp-hero-text p {
  font-size: 1rem;
  color: #cbd5f5;
  max-width: 520px;
  margin-bottom: 20px;
}

/* Lista lateral no hero */
.lp-hero-side {
  background: rgba(15, 23, 42, 0.85);
  border-radius: 16px;
  padding: 20px 18px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.8);
}

.lp-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-hero-list li {
  font-size: 0.95rem;
  color: #e5e7eb;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.4);
}

.lp-hero-list li:last-child {
  border-bottom: none;
}

/* FORMULÁRIOS */
.lp-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.85);
}

.lp-form h2 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.lp-form input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #020617;
  color: #e5e7eb;
  font-size: 0.9rem;
}

.lp-form input::placeholder {
  color: #6b7280;
}

.lp-form button {
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  color: #022c22;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  box-shadow: 0 10px 26px rgba(22, 163, 74, 0.45);
}

.lp-form button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.55);
}

.lp-form small {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* SEÇÕES GENÉRICAS */
.lp-section {
  padding: 64px 0;
  background: #020617;
}

.lp-section-alt {
  background: #020617;
  position: relative;
}

.lp-section h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 28px;
}

/* GRID DE 3 COLUNAS */
.lp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* CARDS */
.lp-card {
  background: #020617;
  border-radius: 16px;
  padding: 18px 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.9);
}

.lp-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.lp-card p {
  font-size: 0.9rem;
  color: #cbd5f5;
}

/* CARDS DE PLANOS */
.plano {
  text-align: left;
}

.plano-preco {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 4px 0 10px;
  color: #22c55e;
}

.plano ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.plano ul li {
  font-size: 0.9rem;
  color: #e5e7eb;
  padding: 4px 0;
}

/* Destaque */
.plano.destaque {
  border-color: #22c55e;
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.45);
}

/* Botões planos */
.lp-btn-primary,
.lp-btn-outline {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 999px;
  text-align: center;
}

.lp-btn-primary {
  background: linear-gradient(90deg, #22c55e, #16a34a);
  color: #022c22;
  box-shadow: 0 10px 26px rgba(22, 163, 74, 0.5);
}

.lp-btn-outline {
  border: 1px solid #38bdf8;
  color: #e0f2fe;
}

.lp-btn-primary:hover,
.lp-btn-outline:hover {
  filter: brightness(1.05);
}

/* CONTATO */
.lp-contato-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: flex-start;
}

.lp-contato-grid p {
  font-size: 0.9rem;
}

/* FOOTER */
.lp-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  padding: 18px 0;
  background: #020617;
  text-align: center;
  font-size: 0.8rem;
  color: #9ca3af;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
  }
  .lp-contato-grid {
    grid-template-columns: 1fr;
  }
  .lp-grid-3 {
    grid-template-columns: 1fr;
  }

  .lp-nav {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .lp-header-inner {
    flex-wrap: wrap;
  }

  .lp-header-inner.is-open .lp-nav {
    display: flex;
  }

  .lp-nav-toggle {
    display: inline-flex;
  }
}

/* Ajustes responsivos extras */

/* Tablets e celulares em pé */
@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }

  .lp-header-inner {
    min-height: 56px;
    padding: 6px 0;
  }

  .lp-logo {
    font-size: 0.8rem;
  }

  .lp-hero {
    padding: 56px 0 40px;
  }

  .lp-hero-text h1 {
    font-size: 1.6rem;
  }

  .lp-hero-text p {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .lp-form {
    padding: 14px 12px;
    gap: 8px;
  }

  .lp-form input {
    font-size: 0.85rem;
    padding: 8px 10px;
  }

  .lp-form button {
    font-size: 0.9rem;
    padding: 9px 12px;
  }

  .lp-section {
    padding: 48px 0;
  }

  .lp-section h2 {
    font-size: 1.4rem;
  }
}

/* Celulares bem pequenos */
@media (max-width: 480px) {
  .lp-container {
    padding: 0 12px;
  }

  .lp-hero {
    padding-top: 48px;
  }

  .lp-hero-text h1 {
    font-size: 1.4rem;
  }

  .lp-hero-side {
    padding: 14px 12px;
  }

  .lp-hero-list li {
    font-size: 0.85rem;
  }

  .lp-grid-3 {
    gap: 14px;
  }

  .lp-card {
    padding: 14px 12px;
  }

  .plano-preco {
    font-size: 1.05rem;
  }

  .lp-contato-grid {
    gap: 16px;
  }

  .lp-form h2 {
    font-size: 0.95rem;
  }

  .lp-form small {
    font-size: 0.7rem;
  }

  .lp-footer {
    padding: 14px 0;
    font-size: 0.75rem;
  }
}

.lp-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.lp-media-item {
  background: var(--card-bg, #050816);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.lp-media-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.lp-media-video-inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.lp-media-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-media-promo h3 {
  margin-bottom: 0.5rem;
}

.lp-media-promo p {
  margin-bottom: 1rem;
}

.lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.lp-gallery-item {
  background: var(--card-bg, #050816);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.lp-gallery-item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.lp-gallery-item figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--text-soft, #e5e7eb);
}

