/* ================= RESET GLOBAL ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #ffffff;
  --panel: #0f0f10;
  --muted: #9b9b9b;
  --accent: #ffd400;
  --white: #fff;
  --gap: clamp(18px, 2.6vw, 48px);
  --max-width: 1200px;
  --header-h: 84px;
  --transition: 520ms cubic-bezier(.2,.9,.3,1);
}

html, body {
  background: var(--bg);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
    overflow-x: hidden;
}

/* ================= BODY ================= */
body {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  
}

/* ================= HEADER ================= */
header {
 
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

/* Logo */
.logo img {
  height: 64px;
  display: block;
}

/* ================= NAV DESKTOP ================= */
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.desktop-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color .3s;
}

.desktop-nav a:hover {
  color: var(--accent);
}

/* ================= BOTÃO MOBILE ================= */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
}


/* ===========================
   CABEÇALHO DE PÁGINA (CONTRATOS)
=========================== */
.policy-header {
  background-color: #00000012;
  border-bottom: 1px solid #000;
  padding: 80px 40px;

}

.policy-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.policy-text h1 {
  font-family: 'Gotham Office' arial, sans-serif, ;
  font-size: 5.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  border: none;
}

.policy-text .last-revised {
   
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-top: -10px;
  color: #252525;
}

.Contract {
    
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0px;
  color: #353535;
   text-transform: uppercase;
}


.OriginStatement{
    
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0px;
  color: #353535;
  text-transform: uppercase;
}


.Lastupdated  {
    font-family: 'Gotham Office' arial, sans-serif, ;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1rem;
 
  margin-top: 0px;
  color: #4e4e4e;
 
}




.policy-logo img {
  width: 360px;
}


/* ===========================
   CONTEÚDO PRINCIPAL
=========================== */
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content {
  max-width: 2000px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  flex-grow: 1;
}

.intro h2 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #000;
  font-weight: bold;
}

.intro p {
  font-size: 1rem;
  color: #333;
}

.section {
  margin-top: 4rem;
}

.section h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  color: #0e0d0d;
}

.section-divider {
  width: 80px;
  height: 2px;
  background: #000;
  margin: 1rem 0 1.5rem 0;
}

.section p {
  color: #333;
  font-size: 1rem;
}
  

/* ===========================
   CONTEÚDO PRINCIPAL
=========================== */



/* ===========================
   FOOTER (FIXADO CORRETAMENTE)
=========================== */
.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 1.5rem;
  flex-shrink: 0;
}

.footer .social img {
  width: 24px;
  margin: 0 6px;
  filter: invert(1);
  opacity: 0.8;
  transition: 0.2s;
}

.footer .social img:hover {
  opacity: 1;
}

.footer-links {
  list-style: none;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.back-to-top {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 10px;
  cursor: pointer;
}

.back-to-top:hover {
  background: #fff;
  color: #000;
}


/* ===========================
   SEÇÃO DE CONTATO CINEMATOGRÁFICA (KOJIMA STYLE)
=========================== */
.contact {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url('../img/The Godfather.jpg') center center / cover no-repeat;

  display: flex;
  align-items: center; 
  justify-content: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.contact-overlay {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overlay gradiente para profundidade */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.418), rgba(0,0,0,0.65));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-content {
  text-align: center;
  color: #ffffff;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1s ease-out forwards;
}

/* Título cinematográfico */
.contact-content h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.1;
  margin: 0;
  text-shadow: 0 2px 15px rgba(0,0,0,0.6);
  color: #ffffff; /* cor leve da coruja */
}

/* Texto com destaque suave */
.contact-content p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.contact-content p a {
  color: #ffcc66;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-content p a:hover {
  color: #ffe08c;
}

/* Botão sofisticado */
.contact-btn {
  background: transparent;
  border: 2px solid #ffcc66;
  color: #ffcc66;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 204, 102, 0.2);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}

.contact-btn:hover::before {
  left: 100%;
}

.contact-btn:hover {
  color: #fff;
  border-color: #ffe08c;
  box-shadow: 0 10px 30px rgba(255, 204, 102, 0.3);
  transform: translateY(-3px);
}

/* Animação de entrada */
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===========================
   RESPONSIVIDADE
=========================== */

/* Responsivo */
@media (max-width: 900px) {
  .policy-text ,.policy-container,.policy-logo,.Contract{
    flex-direction: column;
    text-align: center;
     align-items: center;
  }

  .policy-text  h1 {
    font-size: 3.2rem;
  }
 .contact-content h2 {
    font-size: 2.2rem;
  }
  .policy-logo {
    margin-top: 30px;
    
  }

  .policy-logo img {
    width: 280px;
     align-items: center;
  }
}



/* ================= FORM ================= */
form {
  display: grid;
  gap: 15px;
  max-width: 1000px;
  margin: 60px auto;
}

form input,
form textarea {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

form button {
  padding: 12px;
  background: var(--accent);
  border: none;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
     position: fixed;
    top: 0;
    right: 0;
    width: 78%;
    max-width: 320px;
    height: 100vh;
    background: rgba(0,0,0,.95);
    transform: translateX(100%);
    transition: transform .4s ease;
    padding: calc(var(--header-h) + 20px) 20px;
    z-index: 1100;
  }

  .menu.active {
    transform: translateX(0);
  }

  .menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 2.2rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  .card {
    grid-template-columns: 1fr;
  }
}
/* =====================================================
   FIX DEFINITIVO — INSTAGRAM WEBVIEW + MOBILE
===================================================== */

/* Viewport real (corrige 100vh bugado do Instagram) */
:root {
  --real-vh: 100vh;
}

@supports (height: 100dvh) {
  :root {
    --real-vh: 100dvh;
  }
}

/* Header estável (Instagram bug fix) */
header {
 
  will-change: transform;
  backface-visibility: hidden;
}

/* Menu mobile só existe no mobile */
.menu {
  display: none;
}

@media (max-width: 768px) {
  .menu {
    display: block;
    height: var(--real-vh);
  }
}

/* Evita animação durante resize (estralo) */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/* Instagram dispara resize falso — trava animação */
@media (max-width: 768px) {
  .menu,
  header,
  .desktop-nav {
    transition-property: transform, opacity;
  }
}

/* Nunca mostrar menu-toggle fora do mobile */
@media (min-width: 769px) {
  .menu-toggle {
    display: none !important;
  }

  .menu {
    transform: translateX(100%) !important;
  }
}

/* Previne abertura acidental ao redimensionar */
.menu:not(.active) {
  pointer-events: none;
}

.menu.active {
  pointer-events: auto;
}




