@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;
}


/* =========================================
   INTEGRAÇÃO DA LÓGICA DO "ABOUT" (6 Setas)
   ========================================= */

.owner-hero {
  /* Variáveis copiadas do About para posicionamento perfeito */
  --arrowW-desktop: 220px;
  --arrowW-tablet: 185px;
  --arrowW-mobile: 70px;
  --labelFS-desktop: clamp(11px, 2vw, 15px);
  --labelFS-tablet: clamp(11px, 2.4vw, 15px);
  --labelFS-mobile: clamp(10px, 3.8vw, 13px);

  /* Posições Desktop */
  --tl-x-d: 23%;  --tl-y-d: 18%;  --tl-w-d: 320px;
  --ml-x-d: 6%;   --ml-y-d: 32%;  --ml-w-d: 320px; 
  --bl-x-d: -18%; --bl-y-d: 49%;  --bl-w-d: 320px;

  --tr-x-d: 78%;  --tr-y-d: 18%;  --tr-w-d: 320px;
  --mr-x-d: 98%;  --mr-y-d: 34%;  --mr-w-d: 320px; 
  --br1-x-d: 115%; --br1-y-d: 52%; --br1-w-d: 320px;

  /* Posições Tablet */
  --tl-x-t: 26%;  --tl-y-t: 13%;  --tl-w-t: 320px;
  --ml-x-t: 10%;  --ml-y-t: 28%;  --ml-w-t: 320px;
  --bl-x-t: -10%; --bl-y-t: 49%;  --bl-w-t: 320px;
   
  --tr-x-t: 78%;  --tr-y-t: 13%;  --tr-w-t: 320px;
  --mr-x-t: 98%;  --mr-y-t: 28%;  --mr-w-t: 320px;
  --br1-x-t: 108%; --br1-y-t: 47%; --br1-w-t: 330px;

  /* Mapeamento Inicial (Desktop) */
  --labels-shift-x: 0px; --labels-shift-y: 0px;
  --tl-x: var(--tl-x-d); --tl-y: var(--tl-y-d); --tl-w: var(--tl-w-d);
  --ml-x: var(--ml-x-d); --ml-y: var(--ml-y-d); --ml-w: var(--ml-w-d);
  --bl-x: var(--bl-x-d); --bl-y: var(--bl-y-d); --bl-w: var(--bl-w-d);
  --tr-x: var(--tr-x-d); --tr-y: var(--tr-y-d); --tr-w: var(--tr-w-d);
  --mr-x: var(--mr-x-d); --mr-y: var(--mr-y-d); --mr-w: var(--mr-w-d);
  --br1-x: var(--br1-x-d); --br1-y: var(--br1-y-d); --br1-w: var(--br1-w-d);
}

.photo-cluster {
  position: relative;
  max-width: min(600px, 60vw);
  margin: 0 auto clamp(16px, 3vw, 24px);
  --arrowW: var(--arrowW-desktop);
  overflow: visible;
  isolation: isolate;
  /* Ajuste para o Hero: garante que não fica muito pequeno */
  min-width: 280px; 
}

.photo-cluster img.photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5); /* Sombra extra para destacar no hero */
}

.arrows-img-layer, .arrows-text-layer {
  position: absolute; inset: 0; pointer-events: none; overflow: visible;
}
.arrows-img-layer { z-index: 1; }
.arrows-text-layer { z-index: 3; }

/* Configuração da Seta (Imagem) */
.arrow-img {
  --x: 50%; --y: 50%; --rot: 0deg; --w: var(--arrowW); --flipX: 1;
  /* Nota: Verifica se este caminho de imagem está correto no teu servidor */
  --img: url('/wp-content/themes/lucrar-hello-child/owner/assets/Layer-24-copy-copiar.png'); 
  position: absolute;
  left: var(--x); top: var(--y);
  transform: translate(-50%, -50%) rotate(var(--rot)) scaleX(var(--flipX));
  width: var(--w);
  aspect-ratio: 300/150;
  background: var(--img) center/contain no-repeat;
}

/* Posições das Imagens (Desktop) */
.ai-tl { --x: 29%; --y: 39%; --rot: -8deg; --flipX: 1; }
.ai-ml { --x: 15%; --y: 50%; --rot: -25deg; --flipX: 1; } 
.ai-bl { --x: -2%; --y: 64%; --rot: -35deg; --flipX: 1; } 

.ai-tr { --x: 72%; --y: 39%; --rot: 8deg; --flipX: -1; }
.ai-mr { --x: 88%; --y: 50%; --rot: 25deg; --flipX: -1; } 
.ai-br { --x: 102%; --y: 64%; --rot: 35deg; --flipX: -1; }

/* Configuração do Texto */
.arrow-text {
  --tx: 50%; --ty: 50%; --trot: 0deg; --tw: 300px; --fs: var(--labelFS-desktop);
  position: absolute;
  left: calc(var(--tx) + var(--labels-shift-x, 0px));
  top: calc(var(--ty) + var(--labels-shift-y, 0px));
  transform: translate(-50%, -50%) rotate(var(--trot));
  width: var(--tw);
  overflow: visible;
}
.arrow-text svg { width: 100%; height: auto; overflow: visible; }
.arrow-text text {
  font-family: "SegoePrint", cursive !important;
  font-size: var(--fs);
  fill: var(--gold); /* Usei a tua variável --gold do hero */
  text-anchor: middle;
}

/* Posições dos Textos (Desktop) */
.at-tl { --tx: var(--tl-x); --ty: var(--tl-y); --trot: -12deg; --tw: var(--tl-w); }
.at-ml { --tx: var(--ml-x); --ty: var(--ml-y); --trot: -18deg; --tw: var(--ml-w); }
.at-bl { --tx: var(--bl-x); --ty: var(--bl-y); --trot: -25deg; --tw: var(--bl-w); }

.at-tr { --tx: var(--tr-x); --ty: var(--tr-y); --trot: 12deg; --tw: var(--tr-w); }
.at-mr { --tx: var(--mr-x); --ty: var(--mr-y); --trot: 18deg; --tw: var(--mr-w); }
.at-br1{ --tx: var(--br1-x); --ty: var(--br1-y); --trot: 25deg; --tw: var(--br1-w); }

.atm { display: none; } /* Esconde versões mobile por defeito */

/* === MEDIA QUERIES (TABLET & MOBILE) === */

@media (max-width: 1024px) {
  .photo-cluster {
    --arrowW: var(--arrowW-tablet);
    max-width: min(520px, 72vw);
  }
  .arrow-text { --fs: var(--labelFS-tablet); }
  
  /* Atualiza Variáveis para Tablet */
  .owner-hero {
    --tl-x: var(--tl-x-t); --tl-y: var(--tl-y-t); --tl-w: var(--tl-w-t);
    --ml-x: var(--ml-x-t); --ml-y: var(--ml-y-t); --ml-w: var(--ml-w-t);
    --bl-x: var(--bl-x-t); --bl-y: var(--bl-y-t); --bl-w: var(--bl-w-t);
    --tr-x: var(--tr-x-t); --tr-y: var(--tr-y-t); --tr-w: var(--tr-w-t);
    --mr-x: var(--mr-x-t); --mr-y: var(--mr-y-t); --mr-w: var(--mr-w-t);
    --br1-x: var(--br1-x-t); --br1-y: var(--br1-y-t); --br1-w: var(--br1-w-t);
  }

  /* Ajuste Imagens Tablet */
  .ai-tl { --x: 32%; --y: 37%; }
  .ai-ml { --x: 17%; --y: 48%; --rot: -15deg; }
  .ai-bl { --x: -2%; --y: 65%; --rot: -30deg; }
  .ai-tr { --x: 71%; --y: 39%; }
  .ai-mr { --x: 88%; --y: 48%; --rot: 15deg; }
  .ai-br { --x: 101%; --y: 65%; --rot: 30deg; }
}

@media (max-width: 640px) {
  .photo-cluster {
    --arrowW: var(--arrowW-mobile);
    max-width: min(440px, 82vw);
    margin: 4px auto 10px;
  }
  .arrow-text { --fs: var(--labelFS-mobile); }
  
  /* No Mobile, esconde as setas desktop e mostra as .atm */
  .arrows-text-layer .at-tl, .arrows-text-layer .at-ml, .arrows-text-layer .at-bl,
  .arrows-text-layer .at-tr, .arrows-text-layer .at-mr, .arrows-text-layer .at-br1 { display: none; }
  
  .arrows-text-layer .atm { display: block; }
  
  /* Ajuste Imagens Mobile */
  .ai-tl { --x: 32%; --y: 42%; --rot: -8deg; }
  .ai-ml { --x: 19%; --y: 51%; --rot: -20deg; }
  .ai-bl { --x: 6%;  --y: 65%; --rot: -30deg; }
  .ai-tr { --x: 68%; --y: 42%; --rot: 8deg; }
  .ai-mr { --x: 80%; --y: 52%; --rot: 20deg; }
  .ai-br { --x: 91%; --y: 64%; --rot: 30deg; }
  
  /* Larguras forçadas das setas (Imagens) no mobile */
  .owner-hero .arrow-img { width: 55px !important; --w: 60px !important; }
  .owner-hero .ai-tl, .owner-hero .ai-tr { width: 80px !important; }
  .owner-hero .ai-ml, .owner-hero .ai-mr { width: 60px !important; }
  .owner-hero .ai-bl, .owner-hero .ai-br { width: 50px !important; }
}

/* Correção para Desktop Grande (Seta Bottom Left) */
@media (min-width: 1025px) {
  .owner-hero .at-bl { left: -12% !important; }
}
/* --- AJUSTE: COLAR FOTO À BOLHA VERDE --- */

/* 1. Remover o espaço debaixo da foto */
.owner-hero .photo-cluster {
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important;
    z-index: 1; /* Fica atrás da bolha se sobrepuserem */
}

/* 2. Puxar a bolha verde para cima (Subir) */
.owner-hero .green-bubble,
.owner-hero .owner-green-bubble { /* Cobre ambos os nomes de classe para garantir */
    margin-top: -35px !important; /* VALOR MÁGICO: Aumenta este negativo (ex: -45px) para subir mais */
    position: relative;
    z-index: 10; /* Garante que a bolha fica POR CIMA do corte da foto */
}