@font-face {
  font-family: "Akrobat";
  src: url("/wp-content/themes/lucrar-hello-child/assets/fonts/Akrobat-Bold.woff2") format("woff2"),
       url("/wp-content/themes/lucrar-hello-child/assets/fonts/Akrobat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("/wp-content/themes/lucrar-hello-child/assets/fonts/Akrobat-Black.woff2") format("woff2"),
       url("/wp-content/themes/lucrar-hello-child/assets/fonts/Akrobat-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoePrint";
  src: url("/wp-content/themes/lucrar-hello-child/assets/fonts/segoepr.woff2") format("woff2"),
       url("/wp-content/themes/lucrar-hello-child/assets/fonts/segoepr.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; font-synthesis: none; }
body { line-height: 1.35; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ====== HERO PACK ====== */
.owner-hero {
  --bg: #0e1116;
  --fg: #e9edf1;
  --gold: #efd7a0;
  --muted: #b7c0ca;
  --green: #00b36b;
  --title: clamp(18px, 3.6vw, 28px);
  --bio: clamp(12px, 2.2vw, 14px);
  --pack-w: 980px;
  --pack-h: 480px;
  --pack-scale: 1;
  --pack-shift-y: 0px;

  color: var(--fg);
  background: var(--bg);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(36px, 5.6vw, 72px) 0 32px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  font-family: "Akrobat", -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 500;
  z-index: 5;
}
.owner-hero :not(svg):not(text) { font-family: inherit !important; }

.owner-hero .owner-wrap { width: min(1100px, 94vw); margin: 0 auto; }

.owner-hero .owner-name {
  margin: 0 0 clamp(8px, 1.6vw, 14px);
  text-align: center;
  font-weight: 900;
  font-size: var(--title);
  letter-spacing: 0.2px;
  color: #fff;
}

/* PACK */
.owner-hero .owner-pack-outer {
  width: calc(var(--pack-w) * var(--pack-scale));
  height: calc(var(--pack-h) * var(--pack-scale));
  margin: 0 auto;
  position: relative;
  transform: translateY(var(--pack-shift-y));
  overflow: visible;
}
.owner-hero .owner-pack {
  position: absolute;
  inset: 0;
  width: var(--pack-w);
  height: var(--pack-h);
  transform: scale(var(--pack-scale));
  transform-origin: 0 0;
  pointer-events: none;
}
.owner-hero .owner-pack > * { position: absolute; }

.owner-hero .owner-pack-photo {
  left: 50%;
  top: 72px;
  transform: translateX(-50%);
  width: 520px;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Setas e rótulos */
.owner-hero .owner-arrows-img,
.owner-hero .owner-arrows-text {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}
.owner-hero .owner-arrow-img {
  position: absolute;
  left: calc(var(--x) * 1px);
  top: calc(var(--y) * 1px);
  transform: translate(-50%, -50%) rotate(var(--rot)) scaleX(var(--flipX));
  width: calc(var(--w) * 1px);
}

/* POSIÇÕES (imagens de seta) */
.owner-hero .owner-arrow-img--lt { --x: 270; --y: 150; --w: 107; --rot: 0deg; }
.owner-hero .owner-arrow-img--lb { --x: 210; --y: 275; --w: 112; --rot: 0deg; }
.owner-hero .owner-arrow-img--rt { --x: 580; --y: 170; --w: 123; --rot: 0deg; }
.owner-hero .owner-arrow-img--rb { --x: 600; --y: 250; --w: 117; --rot: 0deg; }

/* Texto curvo */
.owner-hero .owner-arrow-text {
  position: absolute;
  left: calc(var(--x) * 1px);
  top: calc(var(--y) * 1px);
  width: calc(var(--w) * 1px);
  transform: rotate(var(--rot));
}
.owner-hero .owner-arrow-text svg { width: 100%; height: auto; overflow: visible; }
.owner-hero .owner-arrow-text text {
  font-family: "SegoePrint", cursive !important;
  fill: var(--gold);
  font-size: 22px;
  text-anchor: middle;
}

/* POSIÇÕES (texto curvo) */
.owner-hero .owner-arrow-text--lt { --x: 185; --y: 70;  --w: 200; --rot: -20deg; }
.owner-hero .owner-arrow-text--lb { --x: 70;  --y: 210; --w: 200; --rot: -20deg; }
.owner-hero .owner-arrow-text--rt { --x: 620; --y: 90;  --w: 200; --rot: 10deg; }
.owner-hero .owner-arrow-text--rb { --x: 700; --y: 230; --w: 200; --rot: 10deg; }

/* Bolha verde */
.owner-hero .owner-green-bubble {
  background: url("./assets/ChatGPT_Image_24_06_2025_10_33_36copiar.png") no-repeat center/cover;
  border-radius: clamp(20px, 4vw, 30px);
  max-width: min(820px, 82vw);
  margin: 0 auto clamp(16px, 3vw, 26px);
  padding: clamp(10px, 1.8vw, 14px) clamp(16px, 3.2vw, 24px);
  text-align: center;
}
.owner-hero .owner-bubble-title {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: var(--title);
  letter-spacing: 0.3px;
}

/* Bio */
.owner-hero .owner-bio {
  border: 1px solid rgba(255, 255, 255, 0.25);
  max-width: min(820px, 82vw);
  margin: 0 auto clamp(16px, 3vw, 28px);
  padding: clamp(16px, 3vw, 24px);
  font-size: var(--bio);
  line-height: 1.55;
  font-weight: 500;
}
.owner-hero .owner-bio a { color: var(--green); text-decoration: none; font-weight: 700; }
.owner-hero .owner-bio a:hover { text-decoration: underline; }

@media (min-width: 641px) {
  .owner-hero .owner-bio { text-align: center; }
}

/* Divisor e comunidade */
.owner-hero .owner-divider-wrap {
  display: flex;
  justify-content: center;
  margin: clamp(10px, 2vw, 20px) 0;
}
.owner-hero .owner-divider {
  width: 6px;
  height: 48px;
  background: var(--gold);
  border-radius: 999px;
}

.owner-hero .owner-community { text-align: center; }
.owner-hero .owner-community h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(18px, 3.6vw, 26px);
  font-weight: 900;
}
.owner-hero .owner-community p {
  margin: 0 10px 10px;
  color: #b7c0ca;
  font-size: clamp(14px, 2.8vw, 18px);
  font-weight: 600;
}
.owner-hero .owner-community .js-subs {
  font-family: "SegoePrint", cursive !important;
  font-weight: 400 !important;
  font-size: clamp(44px, 10vw, 72px);
  color: var(--gold);
  line-height: 1;
}
.owner-hero .owner-join-link {
  display: block;
  color: var(--gold);
  text-decoration: none;
  margin-top: 4px;
  font-weight: 800;
}
.owner-hero .owner-join-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.owner-hero .owner-join-curve {
  display: block !important;
  width: clamp(60px, 14vw, 120px) !important;
  height: 12px !important;
  margin: 6px auto 0 !important;
}

/* Links */
.owner-hero .owner-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  gap: clamp(12px, 5vw, 44px);
  line-height: 1.2;
}
.owner-hero .owner-links a {
  white-space: nowrap;
  font-weight: 800;
  font-size: clamp(12px, 2.2vw, 16px);
  color: var(--fg);
  text-decoration: none;
  opacity: 0.95;
  text-align: center;
  cursor: pointer;
}
.owner-hero .owner-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.owner-hero .owner-link-left { grid-column: 1; }
.owner-hero .owner-link-mid  { grid-column: 2; }
.owner-hero .owner-link-right{ grid-column: 3; }
.owner-hero .owner-link-licenses {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 6px;
}

/* Disclaimer */
.owner-hero .owner-disclaimer { text-align: center; margin-top: 16px; }
.owner-hero .owner-disclaimer h4 {
  margin: 10px 0;
  font-size: var(--title);
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #fff;
}
.owner-hero .owner-disclaimer-text {
  max-width: min(920px, 92vw);
  margin: 8px auto 10px;
  line-height: 1.6;
  color: #d7dce2;
  font-size: var(--bio);
  font-weight: 600;
}
.owner-hero .owner-contact-line {
  margin: 12px 0 6px;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.owner-hero .owner-contact-line a {
  color: var(--fg);
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(12px, 2.2vw, 16px);
  line-height: 1;
}
.owner-hero .owner-contact-line a:hover { text-decoration: underline; }
.owner-hero .owner-copyright {
  color: #c8cfd8;
  font-size: clamp(10px, 1.6vw, 12px);
  font-weight: 600;
}

/* ====== MODAIS (PDF e CALENDLY) ======
   Mantidos nomes .gb-* para compatibilidade com owner-hero.js
*/
.gb-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10020;
}
.gb-modal[aria-hidden="false"] { display: flex; }
.gb-modal .gb-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.72); }
.gb-modal .gb-dialog {
  position: relative;
  width: min(96vw, 1140px);
  max-height: 88vh;
  background: #0f1217;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.gb-modal .gb-body { padding: 0; background: #0f1217; }
.gb-modal .gb-body .pdfwrap,
.gb-modal .gb-body .calwrap {
  width: 100%;
  height: min(78vh, 760px);
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.gb-modal iframe { width: 100%; height: 100%; border: 0; }
.gb-modal .gb-close {
  width: 46px; height: 46px; border-radius: 999px;
  --accent1: #36fba1; --accent2: #0c8f52;
  background: radial-gradient(120% 120% at 30% 30%, var(--accent1), var(--accent2));
  color: #0b1217; border: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45), 0 0 22px rgba(54,251,161,0.34);
  display: flex; align-items: center; justify-content: center;
  line-height: 1; font-weight: 900; font-size: 22px;
  position: absolute; right: 14px; top: 12px; cursor: pointer; z-index: 2;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 1024px) {
  .owner-hero {
    --pack-scale: 0.75;
    padding: 28px 0 28px;
    --title: clamp(18px, 3.2vw, 26px);
  }
}
@media (min-width: 641px) and (max-width: 700px) {
  .owner-hero { --pack-scale: 0.65; }
}
@media (max-width: 640px) {
  .owner-hero {
    --pack-scale: 0.35;
    padding: 26px 0 26px;
    --title: clamp(14px, 4.6vw, 18px);
    --bio: clamp(10px, 3.6vw, 12px);
  }
  .owner-hero .owner-links { gap: 8px 18px; }
  .owner-hero .owner-links a { font-size: clamp(11px, 3.2vw, 13px); }

  .owner-hero .owner-name { font-size: var(--title); }
  .owner-hero .owner-green-bubble .owner-bubble-title { font-size: var(--title); }
  .owner-hero .owner-bio { font-size: var(--bio); padding: clamp(7px, 2vw, 10px); }
  .owner-hero .owner-disclaimer-text { font-size: var(--bio); }
  .owner-hero .owner-community h3 { font-size: clamp(16px, 4.2vw, 20px); }
  .owner-hero .owner-community p { font-size: clamp(12px, 3.2vw, 14px); }
  .owner-hero .owner-community .js-subs { font-size: clamp(28px, 9vw, 44px); }
  .owner-hero .owner-copyright { font-size: clamp(9px, 3.2vw, 10px); }
  .owner-hero .owner-contact-line a { font-size: clamp(11px, 3.2vw, 13px); }
}
@media (max-width: 480px) {
  .owner-hero { --bio: clamp(6px, 3.8vw, 8px); }
  .owner-hero .owner-bio,
  .owner-hero .owner-disclaimer-text { font-size: var(--bio); line-height: 1.45; }
  .owner-hero .owner-copyright { font-size: clamp(8px, 3.2vw, 9px); }
}
@media (max-width: 360px) {
  .owner-hero { --bio: clamp(4px, 4.2vw, 7px); }
  .owner-hero .owner-bio,
  .owner-hero .owner-disclaimer-text { font-size: var(--bio); line-height: 1.4; }
  .owner-hero .owner-copyright { font-size: clamp(7px, 3.2vw, 8px); }
}


/* força o tamanho do bio no mobile */
@media (max-width: 640px){
  #owner-section.owner-hero .owner-bio,
  #owner-section.owner-hero p#owner-bio{
    font-size: clamp(8px, 2.6vw, 12px) !important;
    line-height: 1.45;
  }
}
@media (max-width: 480px){
  #owner-section.owner-hero .owner-bio,
  #owner-section.owner-hero p#owner-bio{
    font-size: clamp(7px, 3vw, 11px) !important;
  }
}
@media (max-width: 360px){
  #owner-section.owner-hero .owner-bio,
  #owner-section.owner-hero p#owner-bio{
    font-size: clamp(6px, 3.4vw, 10px) !important;
  }
}




/* ============================
   OWNER HERO — mesmos tamanhos do "Real Utility Tokens"
   ============================ */

/* Desktop (≥ 1025px) */
.owner-hero .owner-name,
.owner-hero .owner-green-bubble .owner-bubble-title,
.owner-hero .owner-community h3,
.owner-hero .owner-disclaimer h4 {
  font-size: 32px;
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .owner-hero .owner-name,
  .owner-hero .owner-green-bubble .owner-bubble-title,
  .owner-hero .owner-community h3,
  .owner-hero .owner-disclaimer h4 {
    font-size: 30px;
  }
}

/* Tablet small (≤ 768px) */
@media (max-width: 768px) {
  .owner-hero .owner-name,
  .owner-hero .owner-green-bubble .owner-bubble-title,
  .owner-hero .owner-community h3,
  .owner-hero .owner-disclaimer h4 {
    font-size: 24px;
  }
}

/* Mobile (≤ 640px) */
@media (max-width: 640px) {
  .owner-hero .owner-name,
  .owner-hero .owner-green-bubble .owner-bubble-title,
  .owner-hero .owner-community h3,
  .owner-hero .owner-disclaimer h4 {
    font-size: 20px;
  }
}

/* Mobile small (≤ 480px) */
@media (max-width: 480px) {
  .owner-hero .owner-name,
  .owner-hero .owner-green-bubble .owner-bubble-title,
  .owner-hero .owner-community h3,
  .owner-hero .owner-disclaimer h4 {
    font-size: 16px;
  }
}

/* Extra small (≤ 360px) */
@media (max-width: 360px) {
  .owner-hero .owner-name,
  .owner-hero .owner-green-bubble .owner-bubble-title,
  .owner-hero .owner-community h3,
  .owner-hero .owner-disclaimer h4 {
    font-size: 14px;
  }
}



/* Ajustar o espaço da secção do Gustavo para encaixar na seta */

/* Desktop */
#owner-section.owner-hero {
  padding-top: 24px !important;   /* antes 36–72px */
  padding-bottom: 24px !important;/* podes baixar mais se quiseres */
}

/* Tablet / mobile */
@media (max-width: 640px) {
  #owner-section.owner-hero {
    padding-top: 16px !important;   /* antes 26px */
    padding-bottom: 20px !important;
  }
}
/* Puxar a secção do Gustavo para cima (encosta à seta) */
@media (max-width: 640px) {
  #owner-section.owner-hero {
    padding-top: 8px !important;    /* pouco “ar” acima do título */
    margin-top: -30px !important;   /* puxa a secção para cima ~24px */
  }
}



#owner-section.owner-hero {
  --bg: transparent;
  background: transparent !important;
}