/*
Theme Name: Norte Móvel — Layout em Cards
Theme URI: https://nortemovel.netlify.app/
Author: Norte Móvel
Description: Tema WordPress One Page da Norte Móvel com seções, serviços, planos e conteúdos organizados em cards editáveis.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: norte-movel-original
*/

  :root{ --verde:#7CFF00; --branco:#FFFFFF; --grafite:#1A1A1A; --preto:#0B0B0B; }
  *{box-sizing:border-box; margin:0; padding:0;}
  body{background:var(--preto); color:var(--branco); font-family:'Inter',sans-serif; line-height:1.5; cursor:url('assets/cursor-chip.png') 12 16, default;}
  a, button{cursor:url('assets/cursor-chip.png') 12 16, pointer;}
  h1,h2,h3,.logo{font-family:'Orbitron',sans-serif;}
  a{text-decoration:none; color:inherit;}
  .container{max-width:1180px; margin:0 auto; padding:0 24px;}
  header{position:sticky; top:0; z-index:50; background:rgba(11,11,11,0.9); backdrop-filter:blur(6px); border-bottom:1px solid #1f1f1f;}
  header .container{display:flex; align-items:center; justify-content:space-between; height:78px;}
  .logo{font-size:26px; font-weight:900; letter-spacing:1px;}
  .logo span{color:var(--verde);}
  .tagline-mini{font-size:9px; letter-spacing:3px; color:#9a9a9a; margin-top:-4px;}
  nav ul{display:flex; gap:28px; list-style:none;}
  nav a{font-size:14px; font-weight:500; color:#ddd;}
  nav a:hover{color:var(--verde);}
  .btn{display:inline-block; padding:12px 26px; border-radius:999px; font-weight:700; font-size:14px; cursor:pointer; transition:.2s; border:none;}
  .btn-primary{background:var(--verde); color:#0B0B0B;}
  .btn-primary:hover{filter:brightness(1.1); transform:translateY(-1px);}
  .btn-outline{border:1px solid var(--verde); color:var(--verde); background:transparent;}
  .hero{position:relative; overflow:hidden; padding:90px 0 70px; background:radial-gradient(circle at 80% 20%, rgba(124,255,0,0.12), transparent 60%), var(--preto);}
  .hero .container{display:flex; align-items:center; gap:50px; flex-wrap:wrap;}
  .hero-text{flex:1; min-width:320px;}
  .eyebrow{color:var(--verde); font-weight:700; font-size:13px; letter-spacing:2px; margin-bottom:14px;}
  .hero h1{font-size:44px; line-height:1.15; margin-bottom:18px;}
  .hero h1 em{font-style:normal; color:var(--verde);}
  .hero p{color:#c9c9c9; font-size:16px; margin-bottom:28px; max-width:520px;}
  .hero-btns{display:flex; gap:16px; flex-wrap:wrap;}
  .hero-image{flex:1; min-width:280px; display:flex; justify-content:center;}
  .hero-image img{max-width:340px; width:100%; border-radius:24px; filter:drop-shadow(0 20px 40px rgba(124,255,0,0.2));}
  .stats-strip{display:flex; gap:40px; margin-top:50px; flex-wrap:wrap;}
  .stats-strip div{text-align:left;}
  .stats-strip strong{display:block; font-size:22px; color:var(--verde); font-family:'Orbitron',sans-serif;}
  .stats-strip span{font-size:13px; color:#999;}
  section{padding:80px 0;}
  .section-tag{color:var(--verde); font-weight:700; font-size:13px; letter-spacing:2px; margin-bottom:10px;}
  .section-title{font-size:32px; margin-bottom:14px; max-width:640px;}
  .section-desc{color:#aaa; max-width:560px; margin-bottom:44px;}
  .offer-card{background:linear-gradient(135deg, var(--grafite), #101010); border:1px solid #2a2a2a; border-radius:20px; padding:36px; display:flex; gap:36px; align-items:center; flex-wrap:wrap;}
  .offer-product{flex:1; min-width:220px; display:flex; align-items:center; justify-content:center; padding:8px 18px;}
  .offer-product-card{width:min(100%, 210px); border-radius:10px; box-shadow:0 18px 34px rgba(0,0,0,.48), 0 0 0 1px rgba(124,255,0,.12); transform:rotate(1.5deg); transition:transform .3s ease, box-shadow .3s ease;}
  .offer-card:hover .offer-product-card{transform:rotate(0) translateY(-5px); box-shadow:0 24px 42px rgba(0,0,0,.55), 0 0 24px rgba(124,255,0,.1);}
  .offer-badge{background:var(--verde); color:#0B0B0B; font-size:12px; font-weight:800; padding:6px 14px; border-radius:999px; display:inline-block; margin-bottom:16px;}
  .offer-price{font-size:48px; font-weight:900; color:var(--verde); font-family:'Orbitron',sans-serif;}
  .offer-price span{font-size:16px; color:#bbb; font-family:'Inter',sans-serif;}
  .offer-old{color:#777; text-decoration:line-through; font-size:14px;}
  .offer-list{list-style:none; margin:18px 0; color:#ddd; font-size:14px;}
  .offer-list li{margin-bottom:8px;}
  .offer-list li::before{content:"✓ "; color:var(--verde); font-weight:700;}
  .benefits-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:24px;}
  .benefit-card{background:var(--grafite); border:1px solid #262626; border-radius:16px; padding:26px; transition:.2s;}
  .benefit-card:hover{border-color:var(--verde); transform:translateY(-3px);}
  .benefit-icon{font-size:28px; margin-bottom:14px;}
  .benefit-card h3{font-size:17px; margin-bottom:8px; font-family:'Inter',sans-serif; font-weight:700;}
  .benefit-card p{font-size:13.5px; color:#999;}
  .coverage{background:#0e0e0e; position:relative; overflow:hidden;}
  .coverage-wrap{display:flex; gap:50px; align-items:center; flex-wrap:wrap;}
  .coverage-text{flex:1; min-width:320px;}
  .coverage-stats{display:flex; gap:36px; margin:26px 0; flex-wrap:wrap;}
  .coverage-stats strong{display:block; font-size:30px; color:var(--verde); font-family:'Orbitron',sans-serif;}
  .coverage-stats span{font-size:13px; color:#999;}
  .cep-box{display:flex; gap:10px; max-width:380px; flex-wrap:wrap;}
  .cep-box input{flex:1; min-width:180px; padding:14px 16px; border-radius:10px; border:1px solid #333; background:#141414; color:#fff; font-size:14px;}
  .coverage-visual{flex:1; min-width:280px; display:flex; justify-content:center; align-items:center; position:relative; height:320px;}
  .signal-ring{position:absolute; border:2px solid var(--verde); border-radius:50%; opacity:0.35;}
  .ring1{width:120px; height:120px;}
  .ring2{width:220px; height:220px; opacity:0.22;}
  .ring3{width:320px; height:320px; opacity:0.12;}
  .signal-core{position:relative; width:70px; height:70px; background:var(--verde); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:28px; z-index:2; box-shadow:0 0 40px rgba(124,255,0,0.5);}
  .plans-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); gap:24px;}
  .plan-card{background:var(--grafite); border:1px solid #262626; border-radius:20px; padding:30px; position:relative;}
  .plan-card.featured{border:1px solid var(--verde); box-shadow:0 0 0 1px var(--verde), 0 20px 40px rgba(124,255,0,0.08);}
  .plan-star{position:absolute; top:-13px; left:24px; background:var(--verde); color:#0B0B0B; font-size:11px; font-weight:800; padding:4px 12px; border-radius:999px;}
  .plan-cat{color:var(--verde); font-size:12px; font-weight:700; letter-spacing:1px; margin-bottom:6px;}
  .plan-card h3{font-size:26px; margin-bottom:2px;}
  .plan-card .sub{color:#999; font-size:13px; margin-bottom:18px;}
  .plan-card ul{list-style:none; margin-bottom:22px; font-size:13.5px; color:#ddd;}
  .plan-card ul li{margin-bottom:9px;}
  .plan-card ul li::before{content:"✓ "; color:var(--verde);}
  .plan-price{font-size:34px; font-weight:900; color:var(--verde); font-family:'Orbitron',sans-serif; margin-bottom:18px;}
  .plan-price span{font-size:14px; color:#999; font-family:'Inter',sans-serif;}
  .team-section{background:linear-gradient(135deg,#101010,var(--grafite)); border-radius:24px; padding:50px; display:flex; gap:40px; align-items:center; flex-wrap:wrap;}
  .team-avatar{width:180px; height:180px; border-radius:50%; overflow:hidden; border:3px solid var(--verde); flex-shrink:0;}
  .team-avatar img{width:100%; height:100%; object-fit:cover; object-position:50% 18%;}
  .team-text{flex:1; min-width:280px;}
  .team-text h3{font-size:24px; margin-bottom:10px;}
  .team-text p{color:#bbb; font-size:15px;}
  .about-wrap{display:flex; gap:50px; align-items:center; flex-wrap:wrap;}
  .about-text{flex:1; min-width:320px;}
  .about-text p{color:#bbb; margin-bottom:16px; font-size:15px;}
  .about-values{display:flex; gap:20px; margin-top:24px; flex-wrap:wrap;}
  .value-box{background:var(--grafite); border-radius:14px; padding:18px 22px; flex:1; min-width:200px; border:1px solid #262626;}
  .value-box h4{color:var(--verde); font-size:14px; margin-bottom:6px;}
  .value-box p{color:#999; font-size:13px;}
  .brand-image{flex:1; min-width:280px; max-width:380px;}
  .brand-image img{width:100%; border-radius:16px; border:1px solid #262626;}
  .faq-item{border-bottom:1px solid #262626; padding:18px 0;}
  .faq-item summary{cursor:pointer; font-weight:600; font-size:15px; list-style:none; display:flex; justify-content:space-between;}
  .faq-item summary::-webkit-details-marker{display:none;}
  .faq-item summary::after{content:"+"; color:var(--verde); font-size:20px;}
  .faq-item[open] summary::after{content:"–";}
  .faq-item p{color:#999; margin-top:12px; font-size:14px;}
  .cta-final{background:linear-gradient(135deg, #101010, var(--grafite)); border-radius:24px; padding:60px; text-align:center; border:1px solid #262626; position:relative;}
  .cta-final h2{font-size:30px; margin-bottom:14px;}
  .cta-final p{color:#aaa; margin-bottom:26px;}
.cta-avatar{width:78px; height:78px; border-radius:50%; overflow:hidden; border:2px solid var(--verde); margin:0 auto 16px; background:#101010;}
.cta-avatar img{width:100%; height:100%; object-fit:cover; object-position:50% 18%;}
  footer{background:var(--grafite); padding:60px 0 24px; border-top:1px solid #262626;}
  .footer-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:32px; margin-bottom:40px;}
  .footer-grid h4{color:var(--verde); font-size:14px; margin-bottom:14px;}
  .footer-grid p, .footer-grid a{display:block; color:#999; font-size:13.5px; margin-bottom:8px;}
  .footer-bottom{border-top:1px solid #262626; padding-top:20px; text-align:center; color:#666; font-size:12.5px;}
  @media(max-width:800px){ nav ul{display:none;} .hero h1{font-size:32px;} }



html { scroll-behavior: smooth; }
[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
[data-reveal].in-view {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-scale] {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal-scale].in-view {
  opacity: 1;
  transform: scale(1);
}
[data-reveal-left] {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal-left].in-view { opacity: 1; transform: translateX(0); }
[data-reveal-right] {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal-right].in-view { opacity: 1; transform: translateX(0); }

.btn, .btn-outline { transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(124,255,0,0.25); }
.btn-outline:hover { transform: translateY(-3px); background: rgba(124,255,0,0.08); }

.benefit-card, .plan-card, .about-card, .offer-card { transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s ease, border-color 0.35s ease; }
.benefit-card:hover, .about-card:hover { transform: translateY(-6px); border-color: #7CFF00; box-shadow: 0 16px 32px rgba(0,0,0,0.35); }
.plan-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.offer-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.35); }

.team-card, .cta-final-grid { transition: transform 0.4s ease; }

header { transition: background 0.3s ease, box-shadow 0.3s ease; }
header.scrolled { box-shadow: 0 6px 20px rgba(0,0,0,0.4); }

.hero-img-wrap img { transition: transform 0.6s ease; }
.faq-item h4 span { transition: transform 0.3s ease; }
.faq-item.open h4 span { transform: rotate(45deg); }



  .coverage-visual{
    display:flex; align-items:center; justify-content:center; height:100%; min-height:320px;
    position:relative;
  }
  .coverage-visual::before{
    content:'';
    position:absolute;
    width:75%; height:75%;
    background: radial-gradient(circle, rgba(124,255,0,0.22) 0%, rgba(124,255,0,0.08) 40%, rgba(124,255,0,0) 70%);
    filter: blur(18px);
    z-index:0;
    animation: glowPulse 3s ease-in-out infinite;
  }
  .brazil-map-img{
    position:relative; z-index:1;
    width:auto; height:100%; max-height:460px; max-width:100%;
    filter: drop-shadow(0 0 10px rgba(124,255,0,0.55)) drop-shadow(0 0 24px rgba(124,255,0,0.35));
    animation: brazilPulse 3s ease-in-out infinite;
  }
  @keyframes brazilPulse{
    0%, 100% { filter: drop-shadow(0 0 10px rgba(124,255,0,0.55)) drop-shadow(0 0 24px rgba(124,255,0,0.35)); }
    50% { filter: drop-shadow(0 0 18px rgba(124,255,0,0.8)) drop-shadow(0 0 38px rgba(124,255,0,0.55)); }
  }
  @keyframes glowPulse{
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
  }



  html, body { overflow-x: hidden; max-width: 100%; }
  img { max-width: 100%; }

  /* Hamburger button - hidden on desktop */
  #norteHamburger{
    display:none;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:34px; height:34px;
    background:transparent; border:none; cursor:pointer;
    padding:0;
  }
  #norteHamburger span{
    display:block; width:100%; height:2px; background:#fff; border-radius:2px; transition:0.25s;
  }
  header.nav-open #norteHamburger span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  header.nav-open #norteHamburger span:nth-child(2){ opacity:0; }
  header.nav-open #norteHamburger span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

  @media (max-width: 860px){
    header .container{ position:relative; }
    #norteHamburger{ display:flex; order:3; }
    header .container > a.btn{ display:none; }
    nav{
      position:absolute; top:100%; left:0; right:0;
      background:#0f0f0f; border-bottom:1px solid #262626;
      max-height:0; overflow:hidden; transition:max-height 0.3s ease;
    }
    header.nav-open nav{ max-height:400px; }
    nav ul{
      display:flex !important; flex-direction:column; gap:0; padding:10px 24px 20px;
    }
    nav ul li{ border-top:1px solid #1f1f1f; }
    nav ul li:first-child{ border-top:none; }
    nav a{ display:block; padding:14px 4px; font-size:15px; }
  }

  @media (max-width: 640px){
    .container{ padding: 0 18px; }
    section{ padding-top: 60px !important; padding-bottom: 60px !important; }
    .hero{ padding-top: 40px !important; padding-bottom: 50px !important; }
    .hero .container{ gap:32px; text-align:center; }
    .hero-text{ min-width: 0; width:100%; }
    .hero h1{ font-size: 30px !important; line-height:1.25; }
    .hero .section-desc, .hero-text p{ font-size:15px; }
    .hero-btns{ justify-content:center; width:100%; }
    .hero-btns .btn{ flex:1 1 auto; text-align:center; }
    .hero-image{ min-width:0; width:100%; order:-1; }
    .hero-image img{ max-width: 260px; }
    .stats-strip{ justify-content:center; gap:24px; margin-top:32px; }

    .section-title{ font-size: 24px !important; }
    .section-desc{ font-size: 14px; }

    .offer-card{ padding: 24px !important; text-align:center; }
    .offer-card .container, .offer-card{ flex-direction:column; }

    .benefits-grid{ grid-template-columns: 1fr !important; }
    .plans-grid{ grid-template-columns: 1fr !important; }
    .footer-grid{ grid-template-columns: 1fr 1fr !important; }

    .coverage-wrap{ text-align:center; }
    .coverage-text{ min-width:0; width:100%; }
    .coverage-stats{ justify-content:center; }
    .cep-box{ flex-direction:column; }
    .coverage-visual{ min-height:220px !important; }
    .brazil-map-img{ max-height: 260px !important; }

    .team-section{ padding: 30px !important; flex-direction:column; text-align:center; }
    .team-avatar{ width:140px !important; height:140px !important; }

    .about-wrap{ flex-direction:column; gap:28px; text-align:left; }
    .about-text{ min-width:0; width:100%; }
    .about-values{ flex-direction:column; justify-content:center; }
    .value-box{ width:100%; }
    .brand-image{ width:100% !important; min-width:0; max-width:none; display:flex; justify-content:center; }
    .brand-image img{ width:min(100%,300px); max-height:none; }

    .cta-final{ padding: 34px 22px !important; }
    .cta-final h2{ font-size:22px !important; }

    .footer-grid{ text-align:left; }
  }

  @media (max-width: 400px){
    .footer-grid{ grid-template-columns: 1fr !important; }
    .hero h1{ font-size: 26px !important; }
  }

  .mobile-cta-item{ border-top:none !important; margin-top:10px; }
  .mobile-cta{ display:none; }
  @media (max-width: 860px){
    .mobile-cta{ display:inline-block; text-align:center; width:100%; }
  }



  html{ -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* Ajustes de integração com WordPress */
html { margin-top: 0 !important; }
body.admin-bar header { top: 32px; }
@media (max-width: 782px) { body.admin-bar header { top: 46px; } }
.wp-site-blocks, .site-content, #page { margin:0; padding:0; max-width:none; }
#wpadminbar { position: fixed; }


/* ===== Layout em Cards ===== */
:root{
  --card-bg:linear-gradient(145deg,rgba(28,28,28,.96),rgba(14,14,14,.98));
  --card-border:rgba(255,255,255,.09);
  --card-shadow:0 22px 55px rgba(0,0,0,.34);
}
body{
  background:
    radial-gradient(circle at 10% 8%,rgba(124,255,0,.08),transparent 28%),
    radial-gradient(circle at 92% 32%,rgba(124,255,0,.055),transparent 24%),
    #080808;
}
section:not(.hero){padding:42px 0;}
section:not(.hero) > .container{
  background:var(--card-bg);
  border:1px solid var(--card-border);
  border-radius:28px;
  padding:48px;
  box-shadow:var(--card-shadow);
  position:relative;
  overflow:hidden;
}
section:not(.hero) > .container::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%; height:1px;
  background:linear-gradient(90deg,transparent,rgba(124,255,0,.7),transparent);
  opacity:.55;
}
.hero{padding:34px 0 42px;background:transparent;}
.hero > .container{
  min-height:620px;
  padding:64px 58px;
  border-radius:32px;
  border:1px solid rgba(124,255,0,.18);
  background:
    radial-gradient(circle at 82% 18%,rgba(124,255,0,.20),transparent 35%),
    linear-gradient(145deg,#181818,#0b0b0b 72%);
  box-shadow:0 28px 70px rgba(0,0,0,.46);
  overflow:hidden;
}
.stats-strip div{
  min-width:132px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
  padding:14px 16px;
}
.offer-card,.benefit-card,.plan-card,.value-box,.team-section,.cta-final,.faq-item{
  background:linear-gradient(145deg,#202020,#111);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}
.offer-card{border-radius:24px;}
.benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.benefit-card{border-radius:20px;padding:28px;min-height:190px;}
.benefit-icon{
  width:52px;height:52px;border-radius:15px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(124,255,0,.10);border:1px solid rgba(124,255,0,.22);
}
.plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;}
.plan-card{border-radius:24px;padding:34px;display:flex;flex-direction:column;}
.plan-card .btn{margin-top:auto;text-align:center;}
.plan-card.featured{transform:translateY(-8px);background:linear-gradient(155deg,rgba(124,255,0,.12),#151515 38%,#0e0e0e);}
.coverage{background:transparent;}
.coverage-wrap{background:transparent;}
.coverage-stats > div{
  min-width:150px;border-radius:16px;padding:16px;
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);
}
.about-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
.value-box{border-radius:18px;}
.team-section{border-radius:24px;}
.faq-item{border-radius:16px;padding:20px 22px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.09);}
.cta-final{border-radius:24px;}
footer{margin-top:44px;}
@media(max-width:1024px){
  .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .plans-grid{grid-template-columns:1fr;}
  .plan-card.featured{transform:none;}
}
@media(max-width:640px){
  section:not(.hero){padding:18px 0!important;}
  section:not(.hero) > .container{padding:28px 20px;border-radius:22px;}
  .hero{padding:16px 0 22px!important;}
  .hero > .container{min-height:auto;padding:34px 20px;border-radius:24px;}
  .benefits-grid{grid-template-columns:1fr!important;}
  .about-values{grid-template-columns:1fr;}
  .stats-strip{gap:12px;}
  .stats-strip div{flex:1 1 120px;min-width:0;text-align:center;}
  .coverage-stats > div{flex:1 1 130px;min-width:0;}
}
