/*
Theme Name: Ofele v3
Theme URI: https://ofele.agency
Author: OFELE
Author URI: https://ofele.agency
Description: Website oficial da OFELE — Agência Criativa de Marketing Digital
Version: 3.0
*/

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

:root {
  --green: #4DFF4D;
  --green-2: #3DD620;
  --green-dim: rgba(77,255,77,0.1);
  --black: #060608;
  --dark: #0A080E;
  --muted: rgba(255,255,255,0.45);
  --muted-2: rgba(255,255,255,0.12);
  --white: #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  font-family: 'Figtree', sans-serif;
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* CURSOR */
.cursor { position: fixed; width: 10px; height: 10px; background: var(--green); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .25s, height .25s; mix-blend-mode: difference; }
.cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(77,255,77,0.45); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 28px 56px;
  display: flex; justify-content: space-between; align-items: center;
  transition: background .35s, padding .35s;
  width: 100%;
}
nav.scrolled {
  background: rgba(6,6,8,.93);
  backdrop-filter: blur(14px);
  padding: 18px 56px;
  border-bottom: 1px solid rgba(77,255,77,.08);
}
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 36px; width: auto; }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a { font-size: 13px; font-weight: 500; letter-spacing: .5px; color: var(--muted); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-pill { background: var(--green) !important; color: var(--black) !important; font-weight: 700 !important; padding: 9px 22px; border-radius: 100px; font-size: 12px !important; letter-spacing: .5px; }
.nav-pill:hover { color: var(--black) !important; opacity: .85; }

/* HAMBURGER */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all .3s; }
.nav-mobile { display: none; position: fixed; inset: 0; background: var(--black); z-index: 490; padding: 100px 32px 40px; flex-direction: column; gap: 32px; }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-size: 28px; font-weight: 800; color: var(--white); text-decoration: none; transition: color .2s; }
.nav-mobile a:hover { color: var(--green); }

/* MESH */
.mesh { position: absolute; inset: 0; pointer-events: none; }

/* HERO */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex; flex-direction: column;
  justify-content: space-between;
  padding: 120px 56px 80px;
  overflow: hidden;
  width: 100%;
}
.hero .mesh {
  background:
    radial-gradient(ellipse 55% 65% at 85% 10%, rgba(0,200,120,.28) 0%, transparent 55%),
    radial-gradient(ellipse 45% 55% at 5% 90%, rgba(60,20,140,.45) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(20,10,50,.9) 0%, transparent 80%),
    linear-gradient(180deg, #09060F 0%, #060608 100%);
}
.hero .mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");
  opacity: .7;
}
.hero-live { display: flex; align-items: center; gap: 10px; z-index: 2; opacity: 0; animation: fadeUp .6s .3s ease forwards; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: blink 2s infinite; }
.live-text { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--green); font-weight: 600; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }
.hero-content { position: relative; z-index: 2; max-width: 980px; display: flex; flex-direction: column; gap: 20px; }
.hero-eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); font-weight: 600; opacity: 0; animation: fadeUp .6s .4s ease forwards; }
.hero-title { font-size: clamp(64px, 10vw, 140px); font-weight: 900; line-height: .9; letter-spacing: -2px; color: var(--white); opacity: 0; animation: fadeUp .6s .5s ease forwards; }
.hero-title .green { color: var(--green); }
.hero-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; opacity: 0; animation: fadeUp .6s .7s ease forwards; }
.hero-desc { font-size: 16px; font-weight: 300; line-height: 1.8; color: var(--muted); max-width: 420px; }
.hero-desc strong { color: var(--white); font-weight: 600; }
.hero-right { display: flex; flex-direction: column; align-items: flex-end; gap: 20px; }
.hero-tagline { position: relative; z-index: 2; font-size: 12px; font-style: italic; font-weight: 300; color: rgba(255,255,255,.25); letter-spacing: .5px; align-self: flex-end; opacity: 0; animation: fadeUp .6s 1s ease forwards; }
.hero-tagline strong { color: rgba(77,255,77,.6); font-weight: 600; font-style: normal; }

/* BUTTONS */
.btn-green { display: inline-flex; align-items: center; gap: 10px; background: var(--green); color: var(--black); font-weight: 800; font-size: 13px; letter-spacing: .5px; padding: 16px 32px; border-radius: 100px; text-decoration: none; transition: opacity .2s, transform .2s; }
.btn-green:hover { opacity: .85; transform: translateY(-2px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.15); color: var(--white); font-weight: 500; font-size: 13px; padding: 16px 32px; border-radius: 100px; text-decoration: none; transition: border-color .2s, color .2s; }
.btn-ghost:hover { border-color: var(--green); color: var(--green); }

/* TICKER */
.ticker { overflow: hidden; background: var(--green); padding: 16px 0; position: relative; z-index: 10; width: 100%; }
.ticker-track { display: flex; animation: tickAnim 18s linear infinite; white-space: nowrap; }
.ticker-item { display: inline-flex; align-items: center; gap: 20px; padding: 0 28px; font-size: 15px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--black); }
.ticker-sep { width: 5px; height: 5px; background: rgba(0,0,0,.3); border-radius: 50%; }
@keyframes tickAnim { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* SECTIONS */
.section { padding: 130px 56px; position: relative; overflow: hidden; width: 100%; }
.sec-label { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.sec-label-line { width: 28px; height: 2px; background: var(--green); flex-shrink: 0; }
.sec-label-text { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); font-weight: 700; }

/* SOBRE */
.sobre-bg { background: radial-gradient(ellipse 50% 60% at 90% 40%, rgba(0,160,100,.15) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 5% 60%, rgba(80,20,160,.2) 0%, transparent 55%), #09070D; }
.sobre-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; max-width: 1200px; }
.sobre-title { font-size: clamp(42px, 5vw, 68px); font-weight: 900; line-height: .92; letter-spacing: -1px; color: var(--white); margin-bottom: 32px; }
.sobre-title .green { color: var(--green); }
.sobre-body { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--muted); margin-bottom: 16px; }
.sobre-body strong { color: var(--white); font-weight: 600; }
.phil-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--green); color: var(--black); font-weight: 800; font-size: 14px; padding: 12px 22px; border-radius: 100px; margin-top: 28px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.stat-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); padding: 36px 32px; transition: border-color .2s, background .2s; }
.stat-card:hover { border-color: rgba(77,255,77,.2); background: rgba(77,255,77,.04); }
.stat-n { font-size: 52px; font-weight: 900; color: var(--green); line-height: 1; margin-bottom: 6px; }
.stat-l { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.sobre-tagcard { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); padding: 32px; margin-top: 2px; grid-column: 1 / -1; }
.sobre-tagcard .big-quote { font-size: 28px; font-weight: 900; line-height: 1.15; color: var(--white); margin-bottom: 10px; }
.sobre-tagcard .big-quote .green { color: var(--green); }
.sobre-tagcard .sub { font-size: 13px; color: var(--muted); font-weight: 300; line-height: 1.6; }

/* SERVIÇOS */
.servicos-bg { background: radial-gradient(ellipse 45% 55% at 15% 50%, rgba(60,20,140,.2) 0%, transparent 55%), radial-gradient(ellipse 40% 50% at 90% 80%, rgba(0,180,100,.12) 0%, transparent 55%), #060608; }
.servicos-header { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 32px; flex-wrap: wrap; max-width: 1200px; }
.srv-main-title { font-size: clamp(48px, 6vw, 84px); font-weight: 900; line-height: .9; letter-spacing: -1px; color: var(--white); }
.srv-main-title .green { color: var(--green); }
.srv-subtitle { max-width: 260px; font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.7; }
.pacotes-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,.04); max-width: 1200px; }
.pacote-card { background: var(--black); padding: 44px 36px; position: relative; overflow: hidden; cursor: none; border-top: 2px solid transparent; transition: border-color .3s, background .3s; }
.pacote-card:hover { background: rgba(255,255,255,.03); border-top-color: var(--green); }
.pacote-num { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); font-weight: 700; margin-bottom: 28px; }
.pacote-name { font-size: 30px; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 20px; letter-spacing: -.5px; }
.pacote-ideal { font-size: 12px; font-weight: 300; color: var(--muted); font-style: italic; margin-bottom: 24px; line-height: 1.5; }
.pacote-items { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.pacote-items li { font-size: 13px; color: rgba(255,255,255,.6); font-weight: 300; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.pacote-items li::before { content: '—'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pacote-arrow { position: absolute; bottom: 28px; right: 28px; font-size: 20px; color: rgba(77,255,77,.15); transition: color .3s, transform .3s; }
.pacote-card:hover .pacote-arrow { color: var(--green); transform: translate(4px,-4px); }
.pacote-cta { background: var(--green) !important; border-top-color: transparent !important; }
.pacote-cta:hover { background: #6FFF50 !important; }
.pacote-cta .pacote-num { color: rgba(0,0,0,.5); }
.pacote-cta .pacote-name { color: var(--black); }
.pacote-cta .pacote-ideal { color: rgba(0,0,0,.55); font-style: normal; }
.pacote-cta .pacote-items li { color: rgba(0,0,0,.6); }
.pacote-cta .pacote-items li::before { color: var(--black); }
.cta-wa-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--black); color: var(--green); font-weight: 800; font-size: 12px; letter-spacing: .5px; padding: 14px 24px; border-radius: 100px; text-decoration: none; transition: opacity .2s; margin-top: 8px; }
.cta-wa-btn:hover { opacity: .8; }

/* MANIFESTO */
.manifesto { padding: 120px 56px; position: relative; overflow: hidden; background: radial-gradient(ellipse 60% 70% at 80% 30%, rgba(0,200,120,.22) 0%, transparent 55%), radial-gradient(ellipse 50% 60% at 10% 80%, rgba(80,20,160,.35) 0%, transparent 55%), #08060C; width: 100%; }
.manifesto-inner { position: relative; z-index: 2; max-width: 900px; }
.manifesto-title { font-size: clamp(44px, 7vw, 96px); font-weight: 900; line-height: .9; letter-spacing: -2px; color: var(--white); margin-bottom: 36px; }
.manifesto-title .green { color: var(--green); }
.manifesto-body { font-size: 17px; font-weight: 300; line-height: 1.8; color: var(--muted); max-width: 560px; margin-bottom: 48px; }
.manifesto-body strong { color: var(--white); font-weight: 600; }
.manifesto-btns { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.manifesto-handle { font-size: 13px; color: rgba(255,255,255,.25); font-weight: 300; }

/* PAGE HERO (páginas internas) */
.page-hero { min-height: 50vh; display: flex; align-items: flex-end; padding: 120px 56px 80px; position: relative; overflow: hidden; }
.page-hero .mesh { background: radial-gradient(ellipse 55% 65% at 85% 10%, rgba(0,200,120,.2) 0%, transparent 55%), radial-gradient(ellipse 45% 55% at 5% 90%, rgba(60,20,140,.35) 0%, transparent 55%), #09060F; }
.page-hero-content { position: relative; z-index: 2; }
.page-hero-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); font-weight: 700; margin-bottom: 16px; }
.page-hero-title { font-size: clamp(48px, 8vw, 100px); font-weight: 900; line-height: .9; letter-spacing: -2px; color: var(--white); }
.page-hero-title .green { color: var(--green); }

/* PROPOSTAS */
.propostas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; max-width: 1200px; margin-top: 60px; }
.proposta-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); padding: 48px 40px; position: relative; overflow: hidden; transition: border-color .3s, background .3s; }
.proposta-card:hover { border-color: rgba(77,255,77,.2); background: rgba(77,255,77,.03); }
.proposta-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: transform .4s ease; transform-origin: left; }
.proposta-card:hover::before { transform: scaleX(1); }
.proposta-num { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); font-weight: 700; margin-bottom: 20px; }
.proposta-name { font-size: 32px; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 12px; letter-spacing: -.5px; }
.proposta-tag { display: inline-block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--green); background: var(--green-dim); border: 1px solid rgba(77,255,77,.2); padding: 4px 10px; border-radius: 2px; margin-bottom: 20px; }
.proposta-desc { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.8; margin-bottom: 28px; }
.proposta-items { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.proposta-items li { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 300; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.proposta-items li::before { content: '→'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.proposta-preco { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.proposta-preco strong { color: var(--green); font-size: 22px; font-weight: 900; }

/* WA FLOAT */
.wa-float { position: fixed; bottom: 32px; right: 32px; z-index: 600; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(37,211,102,.4); text-decoration: none; transition: transform .2s; animation: waPulse 3s ease infinite; }
.wa-float:hover { transform: scale(1.1); }
@keyframes waPulse { 0%,100%{box-shadow:0 8px 28px rgba(37,211,102,.4)} 50%{box-shadow:0 8px 40px rgba(37,211,102,.6),0 0 0 10px rgba(37,211,102,.08)} }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* FOOTER */
footer { padding: 44px 56px; background: rgba(255,255,255,.02); border-top: 1px solid rgba(77,255,77,.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; width: 100%; }
.footer-logo img { height: 28px; width: auto; opacity: 0.4; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.15); font-weight: 300; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.2); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--green); }

/* ANIMATIONS */
@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rd1 { transition-delay: .1s; }
.rd2 { transition-delay: .2s; }

/* RESPONSIVE */
@media(max-width:900px){
  nav, nav.scrolled { padding: 18px 24px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .hero { padding: 100px 24px 60px; }
  .hero-row { flex-direction: column; align-items: flex-start; }
  .hero-right { align-items: flex-start; }
  .section { padding: 80px 24px; }
  .sobre-inner { grid-template-columns: 1fr; gap: 48px; }
  .servicos-header { flex-direction: column; align-items: flex-start; }
  .pacotes-grid { grid-template-columns: 1fr; }
  .propostas-grid { grid-template-columns: 1fr; }
  .manifesto { padding: 80px 24px; }
  .page-hero { padding: 100px 24px 60px; }
  footer { padding: 32px 24px; flex-direction: column; text-align: center; }
}

/* ── MULHER DE NEGÓCIO ── */
.mn-hero { min-height: 100vh; position: relative; display: flex; align-items: center; padding: 120px 56px 80px; overflow: hidden; font-family: 'Playfair Display', serif; }
.mn-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 75% 35%, rgba(180,120,60,0.16) 0%, transparent 65%), radial-gradient(ellipse 50% 70% at 15% 75%, rgba(120,40,60,0.18) 0%, transparent 60%), linear-gradient(160deg, #1A0E12 0%, #0D0709 55%, #120E18 100%); }
.mn-arc { position: absolute; bottom: -300px; right: -300px; width: 800px; height: 800px; border-radius: 50%; border: 1px solid rgba(201,169,110,0.10); pointer-events: none; }
.mn-arc-2 { position: absolute; bottom: -380px; right: -380px; width: 960px; height: 960px; border-radius: 50%; border: 1px solid rgba(201,169,110,0.05); pointer-events: none; }
.mn-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(201,169,110,0.03) 80px); }
.mn-content { position: relative; z-index: 2; max-width: 700px; }
.mn-month { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; animation: fadeUp .6s ease both; }
.mn-month-line { width: 40px; height: 1px; background: #C9A96E; }
.mn-month-text { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C9A96E; font-weight: 500; font-family: 'Figtree', sans-serif; }
.mn-hey { font-family: 'Playfair Display', serif; font-style: italic; font-size: 28px; color: #C9A96E; font-weight: 400; margin-bottom: 4px; animation: fadeUp .6s .1s ease both; }
.mn-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(60px, 9vw, 96px); line-height: 0.92; color: var(--white); margin-bottom: 32px; animation: fadeUp .6s .2s ease both; }
.mn-title em { font-style: italic; color: #C9A96E; display: block; }
.mn-divider { width: 60px; height: 1px; background: linear-gradient(90deg, #C9A96E, transparent); margin-bottom: 28px; animation: fadeUp .6s .3s ease both; }
.mn-body { font-size: 17px; font-weight: 300; line-height: 1.75; color: var(--muted); max-width: 480px; margin-bottom: 48px; font-family: 'Figtree', sans-serif; animation: fadeUp .6s .4s ease both; }
.mn-body strong { color: var(--white); font-weight: 500; }
.mn-cta-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; animation: fadeUp .6s .5s ease both; }
.btn-gold { display: inline-flex; align-items: center; gap: 10px; background: #C9A96E; color: #0D0709; font-family: 'Figtree', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; padding: 18px 32px; text-decoration: none; transition: background .2s, transform .2s; }
.btn-gold:hover { background: #E8C98A; transform: translateY(-2px); }
.btn-wapp { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-family: 'Figtree', sans-serif; font-weight: 600; font-size: 13px; padding: 18px 28px; text-decoration: none; transition: opacity .2s, transform .2s; border-radius: 2px; }
.btn-wapp:hover { opacity: .9; transform: translateY(-2px); }
.mn-countdown { position: relative; z-index: 2; padding: 0 56px 80px; }
.mn-countdown-inner { border: 1px solid rgba(201,169,110,0.2); background: rgba(201,169,110,0.04); padding: 36px 48px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; max-width: 860px; }
.mn-countdown-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #C9A96E; font-weight: 500; margin-bottom: 12px; font-family: 'Figtree', sans-serif; }
.mn-countdown-text { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--white); font-weight: 700; }
.mn-timer { display: flex; gap: 16px; align-items: center; }
.mn-timer-block { text-align: center; }
.mn-timer-num { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 42px; color: var(--white); line-height: 1; min-width: 60px; display: block; }
.mn-timer-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.25); margin-top: 4px; display: block; font-family: 'Figtree', sans-serif; }
.mn-timer-sep { font-family: 'Playfair Display', serif; font-size: 32px; color: rgba(201,169,110,.3); padding-bottom: 16px; }
.mn-vagas { position: relative; z-index: 2; padding: 0 56px 100px; }
.mn-vagas-inner { max-width: 860px; }
.mn-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #C9A96E; font-weight: 500; margin-bottom: 16px; font-family: 'Figtree', sans-serif; }
.mn-section-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 36px; color: var(--white); margin-bottom: 32px; line-height: 1.1; }
.mn-slots { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.mn-slot { width: 64px; height: 64px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; }
.mn-slot.taken { background: rgba(201,169,110,.12); border: 1px solid rgba(201,169,110,.15); color: rgba(255,255,255,.2); text-decoration: line-through; }
.mn-slot.open { background: #C9A96E; color: #0D0709; }
.mn-slots-note { font-size: 13px; color: var(--muted); font-weight: 300; font-family: 'Figtree', sans-serif; }
.mn-slots-note strong { color: #C9A96E; font-weight: 600; }
.mn-pacote { position: relative; z-index: 2; padding: 80px 56px; background: rgba(201,169,110,.04); border-top: 1px solid rgba(201,169,110,.1); border-bottom: 1px solid rgba(201,169,110,.1); }
.mn-pacote-inner { max-width: 860px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mn-items { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.mn-item { display: flex; align-items: flex-start; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.mn-item:last-child { border-bottom: none; padding-bottom: 0; }
.mn-icon { width: 40px; height: 40px; border: 1px solid rgba(201,169,110,.3); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.mn-item-title { font-weight: 600; font-size: 15px; color: var(--white); margin-bottom: 4px; font-family: 'Figtree', sans-serif; }
.mn-item-desc { font-size: 13px; color: var(--muted); font-weight: 300; line-height: 1.5; font-family: 'Figtree', sans-serif; }
.mn-price-card { border: 1px solid rgba(201,169,110,.25); padding: 40px 36px; background: rgba(13,7,9,.8); position: relative; overflow: hidden; }
.mn-price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #C9A96E, #E8C98A, #C9A96E); }
.mn-price-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #C9A96E; font-weight: 500; margin-bottom: 20px; font-family: 'Figtree', sans-serif; }
.mn-price-big { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 52px; color: var(--white); line-height: 1; margin-bottom: 6px; }
.mn-price-unit { font-size: 13px; color: var(--muted); font-weight: 300; margin-bottom: 28px; font-family: 'Figtree', sans-serif; }
.mn-price-breakdown { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 28px; }
.mn-price-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); padding: 5px 0; font-weight: 300; font-family: 'Figtree', sans-serif; }
.mn-price-row strong { color: var(--white); font-weight: 500; }
.mn-footer-cta { position: relative; z-index: 2; padding: 100px 56px; text-align: center; overflow: hidden; }
.mn-footer-cta-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(180,120,60,.12) 0%, transparent 70%); }
.mn-footer-cta-inner { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
@media(max-width:900px){
  .mn-hero { padding: 100px 24px 60px; }
  .mn-countdown { padding: 0 24px 60px; }
  .mn-countdown-inner { padding: 24px; }
  .mn-vagas { padding: 0 24px 60px; }
  .mn-pacote { padding: 60px 24px; }
  .mn-pacote-inner { grid-template-columns: 1fr; gap: 40px; }
  .mn-footer-cta { padding: 80px 24px; }
}
