/*
Theme Name: GM Elementor Premium
Theme URI: https://www.gustavomamede.com.br
Author: OpenAI
Description: Tema WordPress novo, limpo e leve, feito para Elementor, com identidade Gustavo Mamede desde a origem.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: gm-elementor-premium
*/

:root{
  --gm-bg:#0f1115;
  --gm-bg-soft:#171717;
  --gm-bg-deep:#0b0f14;
  --gm-panel:rgba(255,255,255,.04);
  --gm-panel-strong:rgba(255,255,255,.07);
  --gm-line:rgba(255,255,255,.10);
  --gm-text:#f5efe8;
  --gm-muted:#d7cbbb;
  --gm-gold:#c6a96b;
  --gm-accent:#e7ddd1;
  --gm-shadow:0 22px 60px rgba(0,0,0,.28);
  --gm-radius:24px;
  --gm-max:1320px;
}

html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--gm-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(198,169,107,.08), transparent 22%),
    radial-gradient(circle at 88% 8%, rgba(231,221,209,.06), transparent 18%),
    linear-gradient(180deg, #0b0f14 0%, #111317 48%, #0d1014 100%);
  line-height:1.72;
}
h1,h2,h3,h4,h5,h6{
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.02em;
}
a{color:var(--gm-accent);text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%;height:auto;display:block}

.gm-container{
  width:min(calc(100% - 32px), var(--gm-max));
  margin:0 auto;
}
.gm-topbar{
  border-bottom:1px solid var(--gm-line);
  background:linear-gradient(180deg, rgba(198,169,107,.08), rgba(198,169,107,.03));
}
.gm-topbar__inner{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:var(--gm-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(11,15,20,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--gm-line);
}
.site-header__inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.gm-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.gm-brand__logo{
  width:64px;
  height:64px;
  object-fit:contain;
  border-radius:14px;
}
.gm-brand__title{
  font-size:18px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  line-height:1.1;
}
.gm-brand__subtitle{
  display:block;
  margin-top:5px;
  color:var(--gm-muted);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.gm-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.gm-nav a{
  display:block;
  padding:10px 0;
  color:var(--gm-accent);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.gm-header__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(231,221,209,.18);
  background:var(--gm-accent);
  color:#171410;
  font-weight:800;
  letter-spacing:.03em;
}

.gm-content{
  padding:46px 0 70px;
}
.gm-card{
  background:linear-gradient(180deg,var(--gm-panel-strong),var(--gm-panel));
  border:1px solid var(--gm-line);
  border-radius:var(--gm-radius);
  box-shadow:var(--gm-shadow);
}
.gm-page-default{
  padding:34px;
}
.gm-page-title{
  font-size:clamp(34px,4vw,58px);
  line-height:1.03;
  margin:0 0 18px;
}
.gm-entry-content{color:var(--gm-muted)}

.site-footer{
  border-top:1px solid var(--gm-line);
  padding:26px 0 40px;
  color:var(--gm-muted);
}
.site-footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.gm-footer-countries{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.gm-footer-country{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 12px;
  border:1px solid var(--gm-line);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:var(--gm-muted);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.gm-whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(231,221,209,.18);
  background:linear-gradient(180deg, rgba(198,169,107,.96), rgba(184,157,101,.96));
  color:#171410;
  font-weight:800;
  box-shadow:0 18px 40px rgba(0,0,0,.24);
}
.gm-whatsapp__icon{
  width:30px;height:30px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(23,20,16,.12);
}

.elementor-page .gm-content{
  padding:0;
}
.elementor-page .gm-page-default{
  padding:0;
  background:none;
  border:0;
  box-shadow:none;
}

@media (max-width:980px){
  .gm-nav{display:none}
  .site-header__inner{min-height:78px}
  .gm-brand__logo{width:56px;height:56px}
  .gm-brand__title{font-size:15px;letter-spacing:.1em}
  .gm-brand__subtitle{font-size:10px;letter-spacing:.14em}
  .gm-whatsapp{
    right:12px;
    bottom:12px;
    min-height:54px;
    padding:0 16px;
    font-size:14px;
  }
}
