/* ============================================================
   G-MOVE — Premium Visual Layer
   Redesign com referência Copilot Tasks
   Preserva identidade G-MOVE: cores, copy, branding
   ============================================================ */

/* ---- Easing tokens premium --------------------------------- */
:root {
  --ease-cinema:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ============================================================
   HERO — Escala cinematic, mais profundidade, mais espaço
   ============================================================ */

.hero {
  min-height: 100dvh;
  padding: 180px var(--s-md) 160px;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(39, 86, 228, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 80%,  rgba(39, 86, 228, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 40% 30% at 20% 70%,  rgba(244, 196, 48, 0.04) 0%, transparent 50%),
    #08090E;
}

/* Parallax layer de profundidade */
.hero__parallax-layer {
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(ellipse 55% 42% at 65% 35%, rgba(39, 86, 228, 0.09) 0%, transparent 60%),
    radial-gradient(ellipse 42% 32% at 30% 70%, rgba(244, 196, 48, 0.04) 0%, transparent 55%);
  pointer-events: none;
  will-change: transform;
  z-index: 0;
}

.hero__content {
  max-width: 980px;
  position: relative;
  z-index: 1;
}

/* Eyebrow hero — pill estilo Copilot */
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(39, 86, 228, 0.12);
  border: 1px solid rgba(39, 86, 228, 0.25);
  border-radius: 100px;
  padding: 6px 16px 6px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  color: rgba(150, 175, 255, 0.9);
  margin-bottom: 36px;
}
.hero .eyebrow::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(39, 86, 228, 0.9);
  box-shadow: 0 0 8px rgba(39, 86, 228, 0.6);
  flex-shrink: 0;
  animation: heroEyebrowPulse 2.4s ease-in-out infinite;
}
@keyframes heroEyebrowPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px rgba(39, 86, 228, 0.6); }
  50%       { opacity: 0.4; box-shadow: 0 0 4px rgba(39, 86, 228, 0.2); }
}

/* H1 — máxima escala */
.hero h1 {
  font-size: clamp(48px, 8.5vw, 112px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.0;
  margin-bottom: 32px;
  color: #EEEEF4;
}
.hero h1 .line-1 { display: block; }
.hero h1 .line-2 {
  display: block;
  color: rgba(238, 238, 244, 0.7);
}
.hero h1 .line-2 mark {
  color: var(--c-yellow);
  background: none;
}

/* Subtítulo — maior e mais respirado */
.hero__sub {
  font-size: clamp(17px, 2.2vw, 22px);
  color: rgba(148, 150, 176, 0.85);
  max-width: 580px;
  margin: 0 auto 56px;
  line-height: 1.65;
}

/* CTAs */
.hero__ctas { gap: 14px; margin-bottom: 0; }
.hero__ctas .btn { padding: 16px 34px; font-size: 16px; font-weight: 600; }

.hero__ctas .btn--primary {
  background: var(--c-yellow);
  color: #08090E;
  box-shadow:
    0 0 0 1px rgba(244, 196, 48, 0.3),
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 60px -10px rgba(244, 196, 48, 0.3);
}
.hero__ctas .btn--primary:hover {
  box-shadow:
    0 0 0 1px rgba(244, 196, 48, 0.4),
    0 16px 50px rgba(0, 0, 0, 0.45),
    0 0 80px -8px rgba(244, 196, 48, 0.4);
  transform: translateY(-3px);
}

.hero__ctas .btn--soft {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(238, 238, 244, 0.75);
  opacity: 1;
  transform: none;
}
.hero__ctas .btn--soft:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.20);
  color: #EEEEF4;
  transform: translateY(-2px);
}

/* ============================================================
   PONTO DE VISTA
   ============================================================ */

.pov {
  padding: 160px 0;
  background: #0B0D1A;
  position: relative;
  overflow: hidden;
}
.pov::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(39, 86, 228, 0.07) 0%, transparent 60%);
  pointer-events: none;
}
.pov__inner { max-width: 780px; }
.pov h2 {
  font-size: clamp(30px, 4.5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #EEEEF4;
  margin-bottom: 48px;
  line-height: 1.1;
}
.pov__body p { font-size: 19px; line-height: 1.80; color: rgba(148, 150, 176, 0.85); }
.pov__body p + p { margin-top: 28px; }

/* ============================================================
   EXPERIÊNCIA
   ============================================================ */

.experiencia { padding: 160px 0; background: #08090E; }
.experiencia__header { margin-bottom: 80px; }
.experiencia__header h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #EEEEF4;
  margin-bottom: 16px;
}
.experiencia__header p { font-size: 18px; color: rgba(148, 150, 176, 0.8); }

/* ============================================================
   FEATURE CARDS — Glass premium
   ============================================================ */

.funcionalidades {
  padding: 160px 0;
  background: #0B0D1A;
  position: relative;
  overflow: hidden;
}
.funcionalidades::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(39, 86, 228, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.funcionalidades__header { margin-bottom: 64px; }
.funcionalidades__header h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #EEEEF4;
  margin-bottom: 16px;
}
.funcionalidades__header p { font-size: 18px; color: rgba(148, 150, 176, 0.8); }

.feature-grid { gap: 20px; max-width: 1100px; }

.feature-card {
  background: rgba(17, 19, 32, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform      0.40s var(--ease-cinema),
    border-color   0.40s ease,
    box-shadow     0.40s ease;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);
}
.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(39, 86, 228, 0.28);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(39, 86, 228, 0.10),
    0 0 80px -20px rgba(39, 86, 228, 0.28);
}

.feature-card__num {
  font-size: 11px;
  font-weight: 700;
  color: rgba(39, 86, 228, 0.7);
  letter-spacing: 0.14em;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-card__num::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(39, 86, 228, 0.5);
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #EEEEF4;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  line-height: 1.25;
}
.feature-card p { font-size: 16px; color: rgba(148, 150, 176, 0.85); line-height: 1.72; }

/* ============================================================
   EM CONSTRUÇÃO — Estilo checklist premium
   ============================================================ */

.construcao { padding: 160px 0; background: #08090E; position: relative; overflow: hidden; }
.construcao::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(244, 196, 48, 0.04) 0%, transparent 65%);
  pointer-events: none;
}
.construcao__inner { max-width: 760px; }

.construcao__intro h2 {
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #EEEEF4;
  margin-bottom: 20px;
  line-height: 1.1;
}
.construcao__intro p { font-size: 18px; line-height: 1.72; }

/* Checklist container */
.build-list {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(13, 15, 28, 0.60);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 40px;
}

.build-item {
  padding: 36px 40px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  gap: 24px;
  position: relative;
  transition: background 0.30s ease;
}
.build-item:last-child { border-bottom: none; }

.build-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--c-yellow);
  transform: scaleY(0);
  transform-origin: bottom center;
  border-radius: 0 2px 2px 0;
  transition: transform 0.42s var(--ease-cinema);
}
.build-item:hover::before { transform: scaleY(1); }
.build-item:hover { background: rgba(244, 196, 48, 0.03); }

.build-item__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-yellow);
  flex-shrink: 0;
  margin-top: 6px;
  box-shadow: 0 0 14px rgba(244, 196, 48, 0.4);
  animation: buildDotPulse 2.8s ease-in-out infinite;
}
.build-item:nth-child(2) .build-item__dot { animation-delay: -1.4s; }
@keyframes buildDotPulse {
  0%, 100% { opacity: 1;    box-shadow: 0 0 14px rgba(244, 196, 48, 0.4); }
  50%       { opacity: 0.35; box-shadow: 0 0 6px  rgba(244, 196, 48, 0.1); }
}

.build-item__body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #EEEEF4;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.build-item__body p { font-size: 15px; color: rgba(148, 150, 176, 0.8); line-height: 1.65; }

/* CTA bridge */
.cta-bridge {
  padding: 48px 40px;
  border: 1px solid rgba(244, 196, 48, 0.15);
  border-radius: 24px;
  background: rgba(244, 196, 48, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.cta-bridge h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 10px; }
.cta-bridge > p { font-size: 16px; margin-bottom: 28px; }

/* ============================================================
   PARA QUEM É
   ============================================================ */

.para-quem { padding: 160px 0; background: #0B0D1A; position: relative; overflow: hidden; }
.para-quem::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 40% at 50% 0%, rgba(39, 86, 228, 0.05) 0%, transparent 60%);
  pointer-events: none;
}
.para-quem__header h2 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #EEEEF4;
  margin-bottom: 16px;
}
.para-quem__header p { font-size: 18px; }

.profiles-grid { gap: 20px; max-width: 1000px; }

.profile-card {
  background: rgba(17, 19, 32, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform      0.40s var(--ease-cinema),
    border-color   0.40s ease,
    box-shadow     0.40s ease;
}
.profile-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.10) 50%, transparent 100%);
}
.profile-card:hover {
  transform: translateY(-6px);
  border-color: rgba(39, 86, 228, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 60px -20px rgba(39, 86, 228, 0.22);
}
.profile-card__num { font-size: 10px; font-weight: 700; color: rgba(148, 150, 176, 0.5); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 24px; }
.profile-card p { font-size: 16px; color: rgba(148, 150, 176, 0.85); line-height: 1.75; }

/* ============================================================
   CTA FINAL
   ============================================================ */

.cta-final {
  padding: 200px 0;
  background:
    radial-gradient(ellipse 100% 70% at 50% 120%, rgba(39, 86, 228, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 50% 50%,  rgba(39, 86, 228, 0.04) 0%, transparent 70%),
    #08090E;
}
.cta-final h2 {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.0;
  margin-bottom: 20px;
  color: #EEEEF4;
}
.cta-final__sub { font-size: 19px; color: rgba(148, 150, 176, 0.8); max-width: 500px; margin-bottom: 48px; }

.cta-final__form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  padding: 10px;
  max-width: 500px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s var(--ease-cinema);
}
.cta-final__form:focus-within {
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 60px rgba(0, 0, 0, 0.30),
    0 0 80px -12px rgba(39, 86, 228, 0.20);
}

/* ============================================================
   REVEAL — Deeper, cinematic
   ============================================================ */

[data-reveal] {
  transition:
    opacity   1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    filter    0.82s ease;
}
[data-reveal].is-below {
  opacity: 0;
  transform: translateY(64px) scale(0.90);
  filter: blur(22px);
}
[data-reveal].is-above {
  opacity: 0;
  transform: translateY(-32px) scale(0.96);
  filter: blur(10px);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
[data-reveal].is-revealed[data-delay="1"] { transition-delay: 0.14s; }
[data-reveal].is-revealed[data-delay="2"] { transition-delay: 0.30s; }
[data-reveal].is-revealed[data-delay="3"] { transition-delay: 0.50s; }
[data-reveal].is-revealed[data-delay="4"] { transition-delay: 0.72s; }
[data-reveal].is-revealed[data-delay="5"] { transition-delay: 0.96s; }
[data-reveal].is-above,
[data-reveal].is-below  { transition-delay: 0s !important; }
.hero [data-reveal].is-below,
.hero [data-reveal].is-above { filter: none !important; transform: translateY(0) !important; }

/* ============================================================
   NAV — Glass refinado
   ============================================================ */

.nav.is-scrolled {
  background: rgba(8, 9, 14, 0.75);
  backdrop-filter: blur(32px) saturate(1.8);
  -webkit-backdrop-filter: blur(32px) saturate(1.8);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 768px) {
  .hero                 { padding: 140px var(--s-md) 100px; }
  .hero h1              { font-size: clamp(40px, 12vw, 64px); }
  .hero__sub            { font-size: 17px; margin-bottom: 40px; }

  .pov                  { padding: 100px 0; }
  .experiencia          { padding: 100px 0; }
  .funcionalidades      { padding: 100px 0; }
  .construcao           { padding: 100px 0; }
  .para-quem            { padding: 100px 0; }
  .cta-final            { padding: 120px 0; }

  .feature-card         { padding: 36px 28px; border-radius: 20px; }
  .profile-card         { padding: 32px 24px; border-radius: 20px; }
  .build-item           { padding: 28px 24px; }
  .build-list           { border-radius: 20px; }
  .cta-bridge           { padding: 36px 28px; border-radius: 20px; }

  .pov h2               { font-size: clamp(24px, 7vw, 38px); }
  .funcionalidades__header h2,
  .experiencia__header h2,
  .para-quem__header h2,
  .construcao__intro h2 { font-size: clamp(24px, 7vw, 38px); }
  .cta-final h2         { font-size: clamp(32px, 10vw, 52px); }

  .feature-card h3      { font-size: 19px; }
  .build-item__body h4  { font-size: 16px; }
}

@media (max-width: 480px) {
  .hero h1   { font-size: clamp(36px, 11vw, 52px); }
  .feature-card { padding: 28px 22px; }
  .profile-card { padding: 28px 22px; }
  .build-item   { padding: 24px 20px; gap: 16px; }
}
