﻿/*
Theme Name: Kathuann Deniz
Theme URI: 
Author: Kathuann Deniz
Author URI: 
Description: Tema para estrategista digital Kathuann Deniz
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
Text Domain: kathuanndeniz
*/

/* ===== TOKENS ===== */
:root {
  --preto: #0a0a0c;
  --azul: #0077C2;
  --azul-hover: #0091EB;
  --roxo: #6A0DAD;
  --roxo-light: #d8b4fe;
  --white: #f0f0f5;
  --text-dark: #0a0a0c;
  --text-mid: #b0b0c0;
  --text-light: #b0bec5;
  --shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.6);
  --glow-roxo: 0 0 40px rgba(106, 13, 173, 0.3);
  --glow-azul: 0 0 30px rgba(0, 119, 194, 0.25);
  --radius: 12px;
  --radius-lg: 20px;
  --bg-dark: #0a0a0c;
  --bg-mid: #111118;
  --bg-card: #16162a;
  --border-subtle: rgba(106, 13, 173, 0.15);
  --gradient-cta: linear-gradient(135deg, #0077C2, #6A0DAD);
  --azul-light: #38bdf8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg-dark);
  color: var(--white);
  overflow-x: hidden;
}

/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.15;
}

.section-tag {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--roxo-light);
  margin-bottom: 1rem;
  display: block;
}

.section-tag.light {
  color: var(--roxo-light);
}

.section-title {
  font-size: clamp(1.5rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
}

.section-title.centered {
  text-align: center;
}

.section-title.light {
  color: var(--white);
}

.section-subtitle {
  text-align: center;
  color: var(--text-mid);
  max-width: 580px;
  margin: .75rem auto 0;
  font-size: 1rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2rem;
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--gradient-cta);
  color: var(--white);
}

.btn-primary:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 119, 194, .3), 0 8px 30px rgba(106, 13, 173, .2);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, .2);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .45);
}

.btn-outline {
  background: transparent;
  color: var(--azul);
  border: 2px solid var(--azul);
  width: 100%;
  justify-content: center;
}

.btn-outline:hover {
  background: var(--gradient-cta);
  color: var(--white);
  border-color: transparent;
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ===== LAYOUT ===== */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.section-container.flex-col {
  flex-direction: column;
  align-items: stretch;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.2rem 0;
  transition: all .4s ease;
}

.navbar.scrolled {
  background: rgba(10, 10, 12, .92);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 30px rgba(0, 0, 0, .5);
}

.nav-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo-custom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all .3s ease;
}

.nav-logo-custom:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.logo-custom-first {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.logo-custom-last {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 0.3rem;
}

.neon-blue {
  color: #00f3ff;
  text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
}

.nav-logo-custom .gradient-line {
  height: 2px;
  width: 48px;
  background: linear-gradient(90deg, #00f3ff 0%, #ec4899 100%);
  margin-top: 0.6rem;
  border-radius: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  font-weight: 500;
  font-size: .9rem;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--azul);
}

.nav-cta {
  background: var(--gradient-cta);
  color: var(--white) !important;
  padding: .6rem 1.4rem;
  border-radius: 12px;
}

.nav-cta:hover {
  filter: brightness(1.15) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .3rem;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all .3s;
}

/* ===== PREMIUM HERO (PHOTOGRAPHIC BACKGROUND) ===== */
.hero {
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  background-image: url('hero-bg-hd.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(18, 18, 31, 0.98) 0%, rgba(18, 18, 31, 0.6) 100%);
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 10;
  max-width: 100%; /* Changed from 1200px to 100% to push text to the screen edge */
  margin: 0 auto;
  padding: 0 5%; /* 5% padding from the right edge */
  width: 100%;
  display: flex;
  justify-content: flex-end; /* Push content to the right */
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Align elements to the right */
  text-align: right; /* Align text to the right */
  padding-bottom: 2rem;
  max-width: 550px;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--roxo-light);
  margin-bottom: 28px;
}

.badge-pulse {
  width: 8px;
  height: 8px;
  background: var(--azul);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Typography */
.hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-gradient-text {
  background: linear-gradient(135deg, var(--azul), var(--roxo-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .75);
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 520px;
}

.hero-desc {
  font-size: .92rem;
  color: rgba(255, 255, 255, .45);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end; /* Align buttons to the right */
}

.btn-glow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}



/* Floating Stats Base */
.hero-floating-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 28px 0 36px;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255,255,255,0.04);
  margin-top: auto;
}

.float-stat {
  text-align: center;
}

.float-stat-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--azul);
  display: inline;
}

.float-stat-suffix {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--azul);
}

.float-stat-label {
  display: block;
  font-size: .78rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 6px;
}

.float-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
}

/* --- Hero Shape Divider --- */
.hero-shape-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
}

.hero-shape-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--roxo), transparent);
  animation: scrollPulse 1.5s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: .3;
    transform: scaleY(.8)
  }

  50% {
    opacity: 1;
    transform: scaleY(1)
  }
}

/* ===== O QUE EU FAÇO ===== */
.oquefaco {
  background: var(--bg-dark);
}

.oquefaco-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.oquefaco-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  transition: all .3s ease;
}

.oquefaco-card:hover {
  border-color: var(--roxo);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(106, 13, 173, .12);
}

.oquefaco-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.2rem;
}

.oquefaco-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--azul);
}

.oquefaco-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .75rem;
}

.oquefaco-card p {
  font-size: .92rem;
  color: var(--text-mid);
  line-height: 1.75;
}

/* ===== SOBRE ===== */
.sobre {
  background: var(--bg-mid);
}

.sobre-layout {
  flex-direction: row;
}

.sobre-image-col {
  flex: 1;
}

.sobre-img-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--glow-roxo);
}

.sobre-img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Filtro quente azulado (cinematic teal & orange vibe) */
  background: linear-gradient(45deg, rgba(10, 50, 100, 0.4), rgba(255, 120, 50, 0.25));
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: inherit;
}

.sobre-img {
  width: 100%;
  height: auto; /* Auto height to prevent cropping */
  object-fit: contain; /* Or leave cover if height is auto */
  border-radius: var(--radius-lg);
  display: block;
}

.sobre-img-portrait {
  /* Removed fixed height so the full image is visible */
}

.sobre-text-col {
  flex: 1;
}

.sobre-desc {
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: .95rem;
}

.sobre-lista {
  list-style: none;
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.sobre-lista li {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .92rem;
  color: var(--text-mid);
}

.check {
  color: var(--azul);
  font-weight: 700;
  font-size: 1rem;
}

/* ===== IMPACTO ===== */
.impacto {
  background: var(--gradient-cta);
  padding: 4.5rem 2rem;
}

.impacto-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.impacto-linha {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .25);
}

.impacto-quote {
  text-align: center;
  flex: 3;
}

.impacto-quote p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: .75rem;
}

.impacto-quote span {
  font-size: 1rem;
  color: rgba(255, 255, 255, .8);
  font-style: italic;
}

/* ===== SERVIÇOS ===== */
.servicos {
  background: var(--bg-dark);
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.servico-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--border-subtle);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.servico-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
  border-color: var(--roxo);
}

.servico-card.featured {
  background: var(--gradient-cta);
  border-color: transparent;
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.2rem;
}

.card-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--azul);
}

.featured .card-icon svg {
  stroke: rgba(255, 255, 255, .85);
}

.card-tag {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--roxo);
  color: var(--white);
  padding: .2rem .6rem;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: .75rem;
}

.card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .75rem;
}

.featured .card-title {
  color: var(--white);
}

.card-desc {
  font-size: .88rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.featured .card-desc {
  color: rgba(255, 255, 255, .8);
}

.card-features {
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.card-features li {
  font-size: .85rem;
  color: var(--text-mid);
  padding-left: 1.2rem;
  position: relative;
}

.card-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--azul);
  font-weight: 700;
}

.featured .card-features li {
  color: rgba(255, 255, 255, .75);
}

.featured .card-features li::before {
  color: rgba(255, 255, 255, .9);
}

.card-btn {
  color: var(--azul);
  font-weight: 600;
  font-size: .85rem;
  text-decoration: none;
  transition: all .2s;
}

.featured .card-btn {
  color: rgba(255, 255, 255, .9);
}

.card-btn:hover {
  letter-spacing: .02em;
  color: var(--roxo-light);
}

.servico-complementar {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  border: 1px solid var(--border-subtle);
}

.comp-left {
  flex: 1;
}

.comp-tag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--roxo-light);
  display: block;
  margin-bottom: .5rem;
}

.comp-left h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .5rem;
}

.comp-left p {
  font-size: .9rem;
  color: var(--text-mid);
}

.comp-right {
  display: flex;
  gap: 1.5rem;
}

.comp-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--bg-mid);
  border: 1px solid var(--border-subtle);
  padding: 1rem 1.5rem;
  border-radius: var(--radius);
}

.comp-item span {
  font-size: 1.5rem;
}

.comp-item strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .85rem;
  color: var(--white);
}

.comp-item small {
  color: var(--text-light);
  font-size: .75rem;
}

/* ===== DIFERENCIAIS ===== */
.diferenciais {
  background: var(--bg-card);
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.diferencial-item {
  border-top: 2px solid rgba(0, 119, 194, .25);
  padding-top: 1.5rem;
}

.dif-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(106, 13, 173, .3);
  display: block;
  margin-bottom: .5rem;
}

.diferencial-item h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .75rem;
}

.diferencial-item p {
  font-size: .85rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ===== Portfolio ===== */
.Portfolio {
  background: var(--bg-mid);
}

.Portfolio-filters {
  display: flex;
  gap: .75rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.filter-btn {
  padding: .5rem 1.2rem;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, .12);
  background: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .85rem;
  color: var(--text-mid);
  cursor: pointer;
  transition: all .25s;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--gradient-cta);
  color: var(--white);
  border-color: transparent;
}

.Portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.port-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
}

.port-img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.gradient-caramel {
  background: linear-gradient(135deg, #0077C2, #6A0DAD);
}

.port-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.port-card:hover .port-img {
  transform: scale(1.05);
}

.port-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 12, .95) 35%, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity .3s;
}

.port-card:hover .port-overlay {
  opacity: 1;
}

.port-cat {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--azul);
  margin-bottom: .5rem;
}

.port-overlay h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: .4rem;
}

.port-overlay p {
  font-size: .8rem;
  color: rgba(255, 255, 255, .7);
}

.port-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}

.reel-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--white);
}

.port-placeholder span {
  color: rgba(255, 255, 255, .6);
  font-size: .85rem;
  font-weight: 500;
}

.brand-letter {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(255, 255, 255, .2);
}

/* ===== PLANOS ===== */
.planos {
  background: var(--bg-dark);
}

.planos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.plano-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  border: 1.5px solid var(--border-subtle);
  position: relative;
  transition: all .3s;
}

.plano-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.plano-card.featured-plano {
  background: var(--gradient-cta);
  border-color: transparent;
}

.plano-badge-pop {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--roxo);
  color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
}

.plano-header {
  margin-bottom: 2rem;
}

.plano-nivel {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--azul);
  display: block;
  margin-bottom: .5rem;
}

.featured-plano .plano-nivel {
  color: rgba(255, 255, 255, .75);
}

.plano-preco {
  display: flex;
  align-items: baseline;
  gap: .2rem;
}

.preco-cifrao {
  font-size: .85rem;
  color: var(--text-mid);
}

.preco-valor {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
}

.featured-plano .preco-cifrao,
.featured-plano .preco-valor {
  color: var(--white);
}

.preco-periodo {
  font-size: .85rem;
  color: var(--text-light);
}

.featured-plano .preco-periodo {
  color: rgba(255, 255, 255, .6);
}

.plano-lista {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.plano-lista li {
  font-size: .875rem;
  color: var(--text-mid);
}

.featured-plano .plano-lista li {
  color: rgba(255, 255, 255, .85);
}

.plano-lista li.disabled {
  color: var(--text-light);
  opacity: .4;
}

.featured-plano .btn-outline {
  border-color: rgba(255, 255, 255, .4);
  color: var(--white);
}

.featured-plano .btn-outline:hover {
  background: var(--white);
  color: var(--preto);
  border-color: var(--white);
}

/* ===== CONTATO ===== */
.contato {
  background: var(--bg-card);
}

.contato-left {
  flex: 1;
}

.contato-desc {
  color: var(--text-mid);
  line-height: 1.8;
  margin: 1.2rem 0 2rem;
  font-size: 1rem;
}

.contato-canais {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.canal-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  transition: all .3s;
}

.canal-item:hover {
  background: rgba(106, 13, 173, .08);
  transform: translateX(4px);
  border-color: var(--roxo);
}

.canal-icon {
  font-size: 1.5rem;
}

.canal-item strong {
  display: block;
  color: var(--white);
  font-size: .9rem;
}

.canal-item small {
  color: var(--text-light);
  font-size: .8rem;
}

.contato-right {
  flex: 1;
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.form-group label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: .85rem 1rem;
  border-radius: var(--radius);
  border: 1.5px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
  color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .95rem;
  outline: none;
  transition: border-color .3s;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, .22);
}

.form-group select option {
  background: var(--bg-dark);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--azul);
  box-shadow: 0 0 0 3px rgba(0, 119, 194, .12);
}

.form-success {
  display: none;
  text-align: center;
  color: var(--azul);
  font-weight: 600;
  font-size: .9rem;
  margin-top: .5rem;
}

/* ===== FOOTER ===== */
.footer {
  background: #060609;
  padding: 4rem 0 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
}

.footer-brand p {
  color: var(--text-light);
  font-size: .85rem;
  margin-top: .75rem;
  line-height: 1.6;
}

.footer-links h3,
.footer-social h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--azul-light);
  margin-bottom: 1rem;
}

.footer-links a,
.footer-social a {
  display: block;
  color: var(--text-light);
  font-size: .875rem;
  text-decoration: none;
  margin-bottom: .5rem;
  transition: color .3s;
}

.footer-links a:hover {
  color: var(--roxo-light);
}

.social-btn {
  background: rgba(255, 255, 255, .04) !important;
  border: 1px solid var(--border-subtle) !important;
  padding: .5rem 1rem;
  border-radius: 12px;
  display: inline-block !important;
  margin-bottom: .5rem !important;
}

.social-btn:hover {
  background: rgba(106, 13, 173, .12) !important;
  color: var(--roxo-light) !important;
  border-color: var(--roxo) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 1.5rem 2rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--text-light);
  font-size: .8rem;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
  .servicos-grid {
    grid-template-columns: 1fr;
  }

  .diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .Portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .planos-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:768px) {

  /* --- NAVBAR COMPACT --- */
  .navbar {
    padding: 0.6rem 0;
  }

  .nav-container {
    padding: 0 1rem;
  }

  .nav-logo-custom {
    padding: 0.3rem 0.5rem;
  }

  .logo-custom-first,
  .logo-custom-last {
    font-size: 1rem;
    letter-spacing: 0.12em;
  }

  .nav-logo-custom .gradient-line {
    width: 36px;
    margin-top: 0.4rem;
  }

  .navbar.menu-open {
    background: var(--bg-card) !important;
    box-shadow: var(--shadow);
  }

  .nav-links {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: var(--bg-card);
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem 2rem;
    gap: 1rem;
    transform: translateY(-120%);
    transition: transform .35s ease;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    transform: translateY(0);
  }

  .hamburger {
    display: flex;
  }

  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* --- HERO MOBILE --- */
  .hero {
    min-height: auto; 
    padding: 120px 0 0;
    background-image: url('hero-bg-hd.webp');
    background-size: cover;
    background-position: center right 20%; /* adjust so phone is visible */
  }

  .hero-bg-overlay {
    background: linear-gradient(to bottom, rgba(18, 18, 31, 0.98) 0%, rgba(18, 18, 31, 0.8) 100%);
  }

  .hero-container {
    padding: 0 1.25rem;
    justify-content: center; /* Center horizontally on mobile */
  }
  
  .hero-content {
    padding-bottom: 0;
    align-items: center; /* Center horizontally on mobile */
    text-align: center; /* Center text on mobile */
  }
  
  .hero-floating-stats {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0 60px;
  }
  
  .float-stat-divider {
    width: 40px;
    height: 1px;
  }

  .hero-tag {
    font-size: .65rem;
    margin-bottom: .6rem;
  }

  .hero-subtitle {
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .hero-desc {
    font-size: .82rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }

  .hero-actions {
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: .82rem;
    padding: .75rem 1.2rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
  }

  .stat-divider {
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .stat-num {
    font-size: 1.2rem;
  }

  .hero-scroll {
    display: none;
  }

  /* --- SECTIONS MOBILE --- */
  .section-container {
    flex-direction: column;
    padding: 3rem 1.25rem;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  /* --- SOBRE --- */
  .sobre-img {
    height: auto;
  }

  .sobre-img-portrait {
    height: auto !important;
  }

  /* --- PORTFOLIO --- */
  .port-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(10, 10, 12, 0.95) 40%, rgba(10, 10, 12, 0.2) 100%);
  }

  .Portfolio-grid,
  .servicos-grid {
    grid-template-columns: 1fr;
  }

  .diferenciais-grid {
    grid-template-columns: 1fr;
  }

  .oquefaco-grid {
    grid-template-columns: 1fr;
  }

  .comp-right {
    flex-direction: column;
  }

  .servico-complementar {
    flex-direction: column;
  }

  /* --- FORM --- */
  .form-row {
    grid-template-columns: 1fr;
  }

  /* --- IMPACTO --- */
  .impacto {
    padding: 3rem 1.25rem;
  }

  .impacto-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .impacto-linha {
    width: 80px;
    height: 1px;
  }

  /* --- FOOTER --- */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ===== PORTFOLIO TEASER CARDS (HOME) ===== */
.Portfolio-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3rem;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.teaser-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.8rem 2rem;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.teaser-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--glow-roxo);
  border-color: rgba(106,13,173,0.4);
}

.teaser-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  display: block;
}

.teaser-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.teaser-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  margin: 0;
}

@media (max-width: 680px) {
  .Portfolio-teaser-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}